diff options
Diffstat (limited to 'Userland/Applications/Piano/TrackManager.h')
-rw-r--r-- | Userland/Applications/Piano/TrackManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/Piano/TrackManager.h b/Userland/Applications/Piano/TrackManager.h index 9986085f63..08893cc22f 100644 --- a/Userland/Applications/Piano/TrackManager.h +++ b/Userland/Applications/Piano/TrackManager.h @@ -33,8 +33,8 @@ public: void fill_buffer(Span<Sample>); void reset(); + void set_keyboard_note(int note, Switch note_switch); void set_should_loop(bool b) { m_should_loop = b; } - void set_note_current_octave(int note, Switch); void set_octave(Direction); void set_octave(int octave); void add_track(); |