mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Clean up time-fx dialog UI. Patch from tinram in mantis 2754. Thanks
git-svn-id: svn://localhost/ardour2/branches/3.0@5288 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
64f9b257d9
commit
c02b88b969
2 changed files with 70 additions and 44 deletions
|
|
@ -41,16 +41,15 @@ struct TimeFXDialog : public ArdourDialog {
|
|||
Gtk::ProgressBar progress_bar;
|
||||
|
||||
/* SoundTouch */
|
||||
Gtk::ToggleButton quick_button;
|
||||
Gtk::ToggleButton antialias_button;
|
||||
Gtk::HBox upper_button_box;
|
||||
Gtk::CheckButton quick_button;
|
||||
Gtk::CheckButton antialias_button;
|
||||
Gtk::VBox upper_button_box;
|
||||
|
||||
/* RubberBand */
|
||||
Gtk::ComboBoxText stretch_opts_selector;
|
||||
Gtk::Label stretch_opts_label;
|
||||
Gtk::ToggleButton precise_button;
|
||||
Gtk::ToggleButton preserve_formants_button;
|
||||
Gtk::HBox opts_box;
|
||||
Gtk::CheckButton precise_button;
|
||||
Gtk::CheckButton preserve_formants_button;
|
||||
|
||||
Gtk::Button* cancel_button;
|
||||
Gtk::Button* action_button;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue