summaryrefslogtreecommitdiff
path: root/gtk2_ardour/tempo_dialog.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2016-03-07 06:35:32 +1100
committernick_m <mainsbridge@gmail.com>2016-05-27 23:38:11 +1000
commit278ad73259a396e5a2f5f16c037ea1a06d382de6 (patch)
tree6601cd055a8bfca9408f0466830cc27fb9769564 /gtk2_ardour/tempo_dialog.h
parent36ec551a8ad66a99723f54d3149cbcf30d31c077 (diff)
Tempo ramps - check for impossible locations tempo dialog bbt entry. reorganise code.
Diffstat (limited to 'gtk2_ardour/tempo_dialog.h')
-rw-r--r--gtk2_ardour/tempo_dialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk2_ardour/tempo_dialog.h b/gtk2_ardour/tempo_dialog.h
index 706085c688..38c14e8b27 100644
--- a/gtk2_ardour/tempo_dialog.h
+++ b/gtk2_ardour/tempo_dialog.h
@@ -75,6 +75,9 @@ private:
double last_t;
gint64 first_t;
+ ARDOUR::TempoMap* _map;
+ ARDOUR::TempoSection* _section;
+
Gtk::ComboBoxText pulse_selector;
Gtk::Adjustment bpm_adjustment;
Gtk::SpinButton bpm_spinner;
@@ -86,8 +89,6 @@ private:
Gtk::Button tap_tempo_button;
Gtk::ComboBoxText tempo_type;
Gtk::ComboBoxText lock_style;
-
-
};
class MeterDialog : public ArdourDialog