aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui/MachinaGUI.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-17 03:31:06 +0000
committerDavid Robillard <d@drobilla.net>2010-12-17 03:31:06 +0000
commit7d2d23dc6a2b20c99021da81f0e0b33429df442a (patch)
tree02565c9c21ab48b04a7aac01d4dcf360675cc354 /src/gui/MachinaGUI.hpp
parent7b61e7ac1fe67528c99efc2ff9fa5a6fed627978 (diff)
downloadmachina-7d2d23dc6a2b20c99021da81f0e0b33429df442a.tar.gz
machina-7d2d23dc6a2b20c99021da81f0e0b33429df442a.tar.bz2
machina-7d2d23dc6a2b20c99021da81f0e0b33429df442a.zip
Step recording.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@2733 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/MachinaGUI.hpp')
-rw-r--r--src/gui/MachinaGUI.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/MachinaGUI.hpp b/src/gui/MachinaGUI.hpp
index 75d4c04..1b348fb 100644
--- a/src/gui/MachinaGUI.hpp
+++ b/src/gui/MachinaGUI.hpp
@@ -120,6 +120,7 @@ protected:
Gtk::ScrolledWindow* _canvas_scrolledwindow;
Gtk::TextView* _status_text;
Gtk::Expander* _messages_expander;
+ Gtk::ToggleToolButton* _step_record_checkbutton;
Gtk::CheckButton* _clock_checkbutton;
Gtk::SpinButton* _bpm_spinbutton;
Gtk::CheckButton* _quantize_checkbutton;