| 169 | } |
| 170 | |
| 171 | void NoteHocket::SendNoteToIndex(int index, double time, int pitch, int velocity, int voiceIdx, ModulationParameters modulation) |
| 172 | { |
| 173 | mDestinationCables[index]->PlayNoteOutput(time, pitch, velocity, voiceIdx, modulation); |
| 174 | } |
| 175 | |
| 176 | void NoteHocket::Reseed() |
| 177 | { |
nothing calls this directly
no test coverage detected