diff options
Diffstat (limited to 'chordNote.h')
-rw-r--r-- | chordNote.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chordNote.h b/chordNote.h index c6b833a..315bf24 100644 --- a/chordNote.h +++ b/chordNote.h @@ -27,7 +27,7 @@ class ChordNote { // that the chord is held for longer than the default 1/16th note. ChordNote(int btn, int startTime, int endTime); ~ChordNote(); - void change(int button); // change note in existing chord + void toggle(int button); // change note in existing chord void setRenderStart(int renderTime); // sets when to start rendering bool* getNotes(); // get the notes in the chord int getStart(); // get the start time of the chord |