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

Function createChannelArrayView

choc/audio/choc_SampleBuffers.h:896–899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

894
895template <typename SampleType>
896ChannelArrayView<SampleType> createChannelArrayView (SampleType* const* channels, ChannelCount numChannels, FrameCount numFrames)
897{
898 return { { channels, 0 }, Size::create (numChannels, numFrames) };
899}
900
901template <typename SourceBufferView>
902auto createAllocatedCopy (const SourceBufferView& source)

Callers 3

setAudioBuffersMethod · 0.85
audioCallbackMethod · 0.85
testAudioBuffersFunction · 0.85

Calls 1

createFunction · 0.50

Tested by 1

testAudioBuffersFunction · 0.68