mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
Triggerbox: add a widget for follow_count (ToDo: need ArdourSpinner?)
This commit is contained in:
parent
977f6aec94
commit
f632a57aaf
2 changed files with 30 additions and 4 deletions
|
|
@ -42,8 +42,13 @@ class TriggerUI : public Gtk::Table //, public sigc::trackable
|
|||
ARDOUR::Trigger* trigger;
|
||||
|
||||
ArdourWidgets::ArdourButton* _follow_action_button;
|
||||
|
||||
Gtk::Adjustment _follow_percent_adjustment;
|
||||
ArdourWidgets::HSliderController* _follow_percent_slider;
|
||||
|
||||
Gtk::Adjustment _follow_count_adjustment;
|
||||
Gtk::SpinButton _follow_count_spinner;
|
||||
|
||||
ArdourWidgets::ArdourDropdown* _follow_left;
|
||||
ArdourWidgets::ArdourDropdown* _follow_right;
|
||||
|
||||
|
|
@ -60,6 +65,7 @@ class TriggerUI : public Gtk::Table //, public sigc::trackable
|
|||
|
||||
bool follow_action_button_event (GdkEvent*);
|
||||
bool legato_button_event (GdkEvent*);
|
||||
void follow_count_event ();
|
||||
|
||||
PBD::ScopedConnectionList trigger_connections;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue