MCPcopy Create free account
hub / github.com/Tracktion/choc / getSamplesInFrame

Method getSamplesInFrame

choc/audio/choc_SampleBuffers.h:382–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380 }
381
382 void getSamplesInFrame (FrameCount frame, SampleType* dest, ChannelCount) const
383 {
384 *dest = getSample (frame);
385 }
386};
387
388//==============================================================================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected