| 42 | } |
| 43 | |
| 44 | void Kicker::CheckboxUpdated(Checkbox* checkbox, double time) |
| 45 | { |
| 46 | if (checkbox == mEnabledCheckbox) |
| 47 | mNoteOutput.Flush(time); |
| 48 | } |
| 49 | |
| 50 | void Kicker::PlayNote(double time, int pitch, int velocity, int voiceIdx, ModulationParameters modulation) |
| 51 | { |