summaryrefslogtreecommitdiff
path: root/tools/bb/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bb/gui.h')
-rw-r--r--tools/bb/gui.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/bb/gui.h b/tools/bb/gui.h
index d3d9dc5e00..4c08d5e4ab 100644
--- a/tools/bb/gui.h
+++ b/tools/bb/gui.h
@@ -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__ */