mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
triggerbox: barcnt -> beatcnt (gui part)
This commit is contained in:
parent
efb44fc640
commit
289199d01d
2 changed files with 20 additions and 53 deletions
|
|
@ -65,7 +65,7 @@ protected:
|
|||
|
||||
void meter_changed (Temporal::Meter m);
|
||||
|
||||
void bars_changed();
|
||||
void beats_changed();
|
||||
|
||||
private:
|
||||
|
||||
|
|
@ -78,13 +78,10 @@ private:
|
|||
|
||||
Gtk::Label _bpm_label;
|
||||
Gtk::Label _length_label;
|
||||
Gtk::Label _bar_label;
|
||||
Gtk::Label _meter_label;
|
||||
Gtk::Label _beat_label;
|
||||
|
||||
ArdourWidgets::ArdourDropdown _meter_selector;
|
||||
|
||||
Gtk::Adjustment _bar_adjustment;
|
||||
Gtk::SpinButton _bar_spinner;
|
||||
Gtk::Adjustment _beat_adjustment;
|
||||
Gtk::SpinButton _beat_spinner;
|
||||
|
||||
ArdourWidgets::ArdourButton _stretch_toggle;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue