summaryrefslogtreecommitdiff
path: root/chordNote.h
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2023-03-21 00:57:34 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2023-03-21 00:57:34 -0400
commit433faac95e86a4ed61176061c4b0e8451cc58bf5 (patch)
treec814a7eeb61aca319c62681288c265a9419cd894 /chordNote.h
parent141fd9b9b5b02257521e41e71562bed6da2523dc (diff)
Rename change() to toggle()
Diffstat (limited to 'chordNote.h')
-rw-r--r--chordNote.h2
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