mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Update Location UI to include section marker flags
This commit is contained in:
parent
3aadf2daf0
commit
1f772d30d3
4 changed files with 142 additions and 20 deletions
|
|
@ -96,6 +96,7 @@ protected:
|
|||
|
||||
AudioClock length_clock;
|
||||
Gtk::CheckButton cd_check_button;
|
||||
Gtk::CheckButton section_check_button;
|
||||
Gtk::CheckButton hide_check_button;
|
||||
Gtk::CheckButton lock_check_button;
|
||||
|
||||
|
|
@ -131,6 +132,7 @@ protected:
|
|||
bool locate_to_clock (GdkEventButton*, AudioClock*);
|
||||
|
||||
void cd_toggled ();
|
||||
void section_toggled ();
|
||||
void hide_toggled ();
|
||||
void lock_toggled ();
|
||||
void remove_button_pressed ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue