X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Frc_option_editor.h;h=d6c5bed4a7f4744cc4125691b9be4632fec13640;hb=4e385b44a61c394bad5cd9a334011cd70e59a4a0;hp=0252d23478d862c801bba6ce0a186f1c45525d83;hpb=bc487bb4b02a9780938d6cf8528c888e59161aa9;p=ardour.git diff --git a/gtk2_ardour/rc_option_editor.h b/gtk2_ardour/rc_option_editor.h index 0252d23478..d6c5bed4a7 100644 --- a/gtk2_ardour/rc_option_editor.h +++ b/gtk2_ardour/rc_option_editor.h @@ -34,7 +34,7 @@ */ /** Editor for options which are obtained from and written back to one of the .rc files. */ -class RCOptionEditor : public OptionEditor, public Gtkmm2ext::Tabbable +class RCOptionEditor : public OptionEditorContainer, public ARDOUR::SessionHandlePtr, public Gtkmm2ext::Tabbable { public: RCOptionEditor (); @@ -42,6 +42,7 @@ public: void populate_sync_options (); Gtk::Window* use_own_window (bool and_fill_it); + XMLNode& get_state (); private: void parameter_changed (std::string const &); @@ -58,6 +59,7 @@ private: HSliderOption* _ltc_volume_slider; Gtk::Adjustment* _ltc_volume_adjustment; BoolOption* _ltc_send_continuously; + BoolOption* _plugin_prefer_inline; PBD::ScopedConnection parameter_change_connection; PBD::ScopedConnection engine_started_connection;