add tempo adjustment

This commit is contained in:
Paul Davis 2017-08-04 18:09:31 -04:00
parent be03ec370e
commit ab6ab082dd
4 changed files with 51 additions and 9 deletions

View 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__ */