mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
GUI control over saved and in-memory history depth
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2486 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
555cbaf613
commit
af895ef50d
6 changed files with 150 additions and 28 deletions
|
|
@ -78,18 +78,32 @@ class OptionEditor : public ArdourDialog
|
|||
void remove_session_paths ();
|
||||
void raid_path_changed ();
|
||||
|
||||
/* fades */
|
||||
/* misc */
|
||||
|
||||
Gtk::VBox misc_packer;
|
||||
|
||||
Gtk::VBox fade_packer;
|
||||
Gtk::Adjustment short_xfade_adjustment;
|
||||
Gtk::HScale short_xfade_slider;
|
||||
Gtk::Adjustment destructo_xfade_adjustment;
|
||||
Gtk::HScale destructo_xfade_slider;
|
||||
|
||||
void setup_fade_options();
|
||||
void setup_misc_options();
|
||||
|
||||
void short_xfade_adjustment_changed ();
|
||||
void destructo_xfade_adjustment_changed ();
|
||||
|
||||
Gtk::Adjustment history_depth;
|
||||
Gtk::Adjustment saved_history_depth;
|
||||
Gtk::SpinButton history_depth_spinner;
|
||||
Gtk::SpinButton saved_history_depth_spinner;
|
||||
Gtk::CheckButton limit_history_button;
|
||||
Gtk::CheckButton save_history_button;
|
||||
|
||||
void history_depth_changed();
|
||||
void saved_history_depth_changed();
|
||||
void save_history_toggled ();
|
||||
void limit_history_toggled ();
|
||||
|
||||
/* Sync */
|
||||
|
||||
Gtk::VBox sync_packer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue