mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
show VST preset clean/dirty state
This commit is contained in:
parent
a610157955
commit
ea1231fb95
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ VSTPluginUI::VSTPluginUI (boost::shared_ptr<ARDOUR::PluginInsert> insert, boost:
|
||||||
box->pack_end (save_button, false, false);
|
box->pack_end (save_button, false, false);
|
||||||
box->pack_end (add_button, false, false);
|
box->pack_end (add_button, false, false);
|
||||||
box->pack_end (_preset_combo, false, false);
|
box->pack_end (_preset_combo, false, false);
|
||||||
|
box->pack_end (_preset_modified, false, false);
|
||||||
box->pack_end (pin_management_button, false, false);
|
box->pack_end (pin_management_button, false, false);
|
||||||
|
|
||||||
bypass_button.set_active (!insert->active ());
|
bypass_button.set_active (!insert->active ());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue