| 721 | } |
| 722 | |
| 723 | void StepSequencer::PlayStepNote(double time, int note, float val) |
| 724 | { |
| 725 | mNoteOutput.PlayNote(time, note, val * 127); |
| 726 | } |
| 727 | |
| 728 | void StepSequencer::PlayNote(double time, int pitch, int velocity, int voiceIdx, ModulationParameters modulation) |
| 729 | { |
no test coverage detected