From 433faac95e86a4ed61176061c4b0e8451cc58bf5 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Tue, 21 Mar 2023 00:57:34 -0400 Subject: Rename change() to toggle() --- chordNote.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chordNote.h') 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 -- cgit v1.2.3