MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / GetLoopBuffer

Method GetLoopBuffer

Source/Looper.cpp:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166ChannelBuffer* Looper::GetLoopBuffer(int& loopLength)
167{
168 loopLength = mLoopLength;
169 return mBuffer;
170}
171
172void Looper::SetLoopBuffer(ChannelBuffer* buffer)
173{

Callers 6

CheckboxUpdatedMethod · 0.80
PollMethod · 0.80
LoadStateMethod · 0.80
InitMethod · 0.80
DrawMethod · 0.80
ProcessFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected