mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
[Summary] Add buttons "Name tracks after driver" and "Reset tracks name to default" in Preference Panel
[Reviewed] GZharun [git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 465180]
This commit is contained in:
parent
0d0271e431
commit
cd94ffdebe
6 changed files with 121 additions and 12 deletions
|
|
@ -63,10 +63,10 @@ class TracksControlPanel : public WavesDialog, public PBD::ScopedConnectionList
|
|||
WavesButton& _apply_button;
|
||||
WavesButton& _control_panel_button;
|
||||
WavesButton& _no_button;
|
||||
WavesButton& _name_track_after_driver_button;
|
||||
WavesButton& _reset_track_names_button;
|
||||
WavesButton& _yes_button;
|
||||
WavesButton& _browse_button;
|
||||
WavesButton& _name_tracks_after_driver;
|
||||
WavesButton& _reset_tracks_name_to_default;
|
||||
Gtk::ComboBoxText& _engine_combo;
|
||||
Gtk::ComboBoxText& _device_combo;
|
||||
Gtk::ComboBoxText& _sample_rate_combo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue