| 80 | } |
| 81 | |
| 82 | void NoteEcho::SendNoteToIndex(int index, double time, int pitch, int velocity, int voiceIdx, ModulationParameters modulation) |
| 83 | { |
| 84 | mDestinationCables[index]->PlayNoteOutput(time, pitch, velocity, voiceIdx, modulation); |
| 85 | } |
| 86 | |
| 87 | void NoteEcho::SendCC(int control, int value, int voiceIdx) |
| 88 | { |
nothing calls this directly
no test coverage detected