MCPcopy 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
2148float* ModularSynth::GetOutputBuffer(int channel)
2149{
2150 assert(channel >= 0 && channel < mOutputBuffers.size());
2151 return mOutputBuffers[channel];
2152}
2153
2154void ModularSynth::TriggerClapboard()
2155{

Callers 1

ProcessMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected