disable sidechain & manual cfg for MB & AU for now

This commit is contained in:
Robin Gareus 2016-04-20 22:36:03 +02:00
parent fc4dd032a7
commit 836320efb5

View File

@ -284,6 +284,13 @@ PluginPinDialog::plugin_reconfigured ()
_add_sc_audio.set_sensitive (_pi->has_sidechain ());
_add_sc_midi.set_sensitive (_pi->has_sidechain ());
#ifdef MIXBUS
if (_pi->plugin (0)->get_info()->type == ARDOUR::AudioUnit) {
_set_config.set_sensitive (false);
_tgl_sidechain.set_sensitive (false);
}
#endif
if (_pi->custom_cfg ()) {
_set_config.set_active (true);
_add_plugin.set_sensitive (true);