Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ GetOutputBuffer
Method
GetOutputBuffer
Source/ModularSynth.cpp:2148–2152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2146
}
2147
2148
float* ModularSynth::GetOutputBuffer(int channel)
2149
{
2150
assert(channel >= 0 && channel < mOutputBuffers.size());
2151
return mOutputBuffers[channel];
2152
}
2153
2154
void ModularSynth::TriggerClapboard()
2155
{
Callers
1
Process
Method · 0.80
Calls
1
size
Method · 0.80
Tested by
no test coverage detected