Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
ChannelBuffer* Looper::GetLoopBuffer(int& loopLength)
167
{
168
loopLength = mLoopLength;
169
return mBuffer;
170
}
171
172
void Looper::SetLoopBuffer(ChannelBuffer* buffer)
173
{
Callers
6
CheckboxUpdated
Method · 0.80
Poll
Method · 0.80
LoadState
Method · 0.80
Init
Method · 0.80
Draw
Method · 0.80
ProcessFrame
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected