remove timebar canvas item from markers
[ardour.git] / gtk2_ardour / session_option_editor.h
index d7b90fd233188d9e5e64609ac271a3adf8a1064a..2e7ba192b6dfb4fabc42e4a381ab83c582e1e6e9 100644 (file)
@@ -17,6 +17,9 @@
 
 */
 
+#ifndef __gtk_ardour_session_option_editor_h__
+#define __gtk_ardour_session_option_editor_h__
+
 #include "option_editor.h"
 
 namespace ARDOUR {
@@ -30,7 +33,14 @@ public:
        SessionOptionEditor (ARDOUR::Session* s);
 
 private:
+       void parameter_changed (std::string const &);
+
        ARDOUR::SessionConfiguration* _session_config;
-       void populate_sync_options (ARDOUR::Session*, Option*);
-       void follow_sync_state (std::string, ARDOUR::Session*, Option*);
+
+       bool set_use_monitor_section (bool);
+       bool get_use_monitor_section ();
+
+       ComboOption<float>* _vpu;
 };
+
+#endif /* __gtk_ardour_session_option_editor_h__ */