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

Method SendCC

Source/INoteSource.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void NoteOutput::SendCC(int control, int value, int voiceIdx)
89{
90 for (auto noteReceiver : mNoteSource->GetPatchCableSource()->GetNoteReceivers())
91 noteReceiver->SendCC(control, value, voiceIdx);
92}
93
94void NoteOutput::SendMidi(const juce::MidiMessage& message)
95{

Callers 1

SendCCOutputMethod · 0.45

Calls 1

GetPatchCableSourceMethod · 0.45

Tested by

no test coverage detected