From eb3fc0d966626aacae113a225cb6175614418a40 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 21 Mar 2006 15:27:57 +0000 Subject: add crossfade and layering options to menu system; add missing crossfade editor curve image; add control for destructive recording xfade; remove dead options from options editor git-svn-id: svn://localhost/trunk/ardour2@411 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/option_editor.h | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'gtk2_ardour/option_editor.h') diff --git a/gtk2_ardour/option_editor.h b/gtk2_ardour/option_editor.h index e607a9bbb4..4d6736aa84 100644 --- a/gtk2_ardour/option_editor.h +++ b/gtk2_ardour/option_editor.h @@ -94,21 +94,14 @@ class OptionEditor : public Gtk::Dialog /* fades */ Gtk::VBox fade_packer; - Gtk::CheckButton auto_xfade_button; - Gtk::CheckButton xfade_active_button; - Gtk::Label layer_mode_label; - Gtk::ComboBoxText layer_mode_combo; - Gtk::Label xfade_model_label; - Gtk::ComboBoxText xfade_model_combo; Gtk::Adjustment short_xfade_adjustment; Gtk::HScale short_xfade_slider; + Gtk::Adjustment destructo_xfade_adjustment; + Gtk::HScale destructo_xfade_slider; - void auto_xfade_clicked (); - void xfade_active_clicked (); - void layer_mode_chosen (); - void xfade_model_chosen (); void setup_fade_options(); void short_xfade_adjustment_changed (); + void destructo_xfade_adjustment_changed (); /* Sync */ -- cgit v1.2.3