| 104 | } |
| 105 | |
| 106 | void VelocityStepSequencer::CheckboxUpdated(Checkbox* checkbox, double time) |
| 107 | { |
| 108 | if (checkbox == mEnabledCheckbox) |
| 109 | mNoteOutput.Flush(time); |
| 110 | } |
| 111 | |
| 112 | void VelocityStepSequencer::PlayNote(double time, int pitch, int velocity, int voiceIdx, ModulationParameters modulation) |
| 113 | { |