mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:07:36 +00:00
Piano: Handle octave slider jumps of greater than 1
The previous slider handler relied on the new value being 1 different than the previous. fixes #1163.
This commit is contained in:
parent
0fd31ef598
commit
b8cf07166f
5 changed files with 20 additions and 1 deletions
|
@ -51,6 +51,7 @@ public:
|
|||
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();
|
||||
void next_track();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue