MCPcopy Create free account
hub / github.com/cinder/Cinder / copyFrom

Method copyFrom

src/cinder/audio/WaveTable.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void WaveTable::copyFrom( const float *array )
173{
174 memcpy( mBuffer.getData(), array, mTableSize * sizeof( float ) );
175}
176
177// ----------------------------------------------------------------------------------------------------
178// WaveTable2d

Callers 6

TextureFontMethod · 0.45
setDataMethod · 0.45
cacheMethod · 0.45
blendImpl_u8Function · 0.45
blendImpl_floatFunction · 0.45

Calls 2

getChannelMethod · 0.80
getDataMethod · 0.45

Tested by

no test coverage detected