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

Method SendCCOutput

Source/INoteSource.cpp:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void INoteSource::SendCCOutput(int control, int value, int voiceIdx /*=-1*/)
164{
165 mNoteOutput.SendCC(control, value, voiceIdx);
166}
167
168void INoteSource::PreRepatch(PatchCableSource* cableSource)
169{

Callers 2

SendCCFromScriptMethod · 0.80
ProcessMethod · 0.80

Calls 1

SendCCMethod · 0.45

Tested by

no test coverage detected