| 108 | } |
| 109 | |
| 110 | void NoteStepper::SendNoteToIndex(int index, double time, int pitch, int velocity, int voiceIdx, ModulationParameters modulation) |
| 111 | { |
| 112 | mDestinationCables[index]->PlayNoteOutput(time, pitch, velocity, voiceIdx, modulation); |
| 113 | } |
| 114 | |
| 115 | void NoteStepper::SendCC(int control, int value, int voiceIdx) |
| 116 | { |
nothing calls this directly
no test coverage detected