| 958 | } |
| 959 | |
| 960 | void NoteStepSequencer::SendNoteToCable(int index, double time, int pitch, int velocity) |
| 961 | { |
| 962 | mStepCables[index]->PlayNoteOutput(time, pitch, velocity); |
| 963 | } |
| 964 | |
| 965 | void NoteStepSequencer::UpdateLights() |
| 966 | { |
nothing calls this directly
no test coverage detected