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