| 417 | } |
| 418 | |
| 419 | void NoteStepSequencer::CheckboxUpdated(Checkbox* checkbox, double time) |
| 420 | { |
| 421 | if (checkbox == mEnabledCheckbox) |
| 422 | mNoteOutput.Flush(time); |
| 423 | } |
| 424 | |
| 425 | void NoteStepSequencer::GridUpdated(UIGrid* grid, int col, int row, float value, float oldValue) |
| 426 | { |