mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:27:34 +00:00
Piano: Expose multi-track functionality
This commit adds some actions for creating and cycling through tracks. set_octave_and_ensure_note_change() was refactored to allow switching tracks to implement the same behaviour. KnobsWidget is getting pretty bad.
This commit is contained in:
parent
ee52572ca1
commit
34ee76984c
5 changed files with 69 additions and 21 deletions
|
@ -72,5 +72,5 @@ private:
|
|||
RefPtr<GUI::Slider> m_release_knob;
|
||||
RefPtr<GUI::Slider> m_delay_knob;
|
||||
|
||||
bool m_change_octave { true };
|
||||
bool m_change_underlying { true };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue