| 54 | } |
| 55 | |
| 56 | void Capo::CheckboxUpdated(Checkbox* checkbox, double time) |
| 57 | { |
| 58 | if (checkbox == mEnabledCheckbox) |
| 59 | mNoteOutput.Flush(time); |
| 60 | } |
| 61 | |
| 62 | void Capo::PlayNote(double time, int pitch, int velocity, int voiceIdx, ModulationParameters modulation) |
| 63 | { |
no test coverage detected