summaryrefslogtreecommitdiff
path: root/gtk2_ardour/tempo_dialog.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2015-12-21 05:42:38 +1100
committernick_m <mainsbridge@gmail.com>2016-05-27 23:38:09 +1000
commitdbfe991cd862aa1d420c65c9808e5f4e199995ed (patch)
tree92acced1e410f7b02fc07a3a850118ca4cf21403 /gtk2_ardour/tempo_dialog.h
parent0d0e458dde932965c4e283b0204b6d3011a3c90f (diff)
Tempo ramps - fix changing from const to ramp in the gui.
- also fixes some midi mouse over problems - start using replacements for frames_per_bar() frames_per_beat() etc.
Diffstat (limited to 'gtk2_ardour/tempo_dialog.h')
-rw-r--r--gtk2_ardour/tempo_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/tempo_dialog.h b/gtk2_ardour/tempo_dialog.h
index f04a5417f7..842c2f2c3c 100644
--- a/gtk2_ardour/tempo_dialog.h
+++ b/gtk2_ardour/tempo_dialog.h
@@ -54,6 +54,7 @@ private:
bool bpm_button_release (GdkEventButton* );
bool entry_key_release (GdkEventKey* );
void pulse_change ();
+ void tempo_type_change ();
bool tap_tempo_button_press (GdkEventButton* );
bool tap_tempo_focus_out (GdkEventFocus* );