fix resampling ratio when stopped (corner case - not typically called)
[ardour.git] / tools / bb / gui.h
index d3d9dc5e00ca1aa26e9e41193c62ee90d9dcef76..4c08d5e4abb4fd5b7fff7b18e5f3261c83cd14ab 100644 (file)
@@ -31,13 +31,18 @@ class BBGUI {
        Gtk::ToggleButton play_button;
        Gtk::Button clear_button;
 
+       Gtk::Adjustment tempo_adjustment;
+       Gtk::SpinButton tempo_spinner;
+
        Gtk::VBox global_vbox;
        Gtk::VBox quantize_button_box;
        Gtk::HBox misc_button_box;
 
+
        void set_quantize (int divisor);
        void toggle_play ();
        void clear ();
+       void tempo_changed ();
 };
 
 #endif /* __bb_gui_h__ */