copy AU parameters with plugin
fixes AU-plugin transfer function display. (LADSPA & LV2 do not need this, connect&run pushes the parameters)
This commit is contained in:
parent
64b63f8ad9
commit
3f4acaef80
@ -455,6 +455,9 @@ AUPlugin::AUPlugin (const AUPlugin& other)
|
|||||||
|
|
||||||
{
|
{
|
||||||
init ();
|
init ();
|
||||||
|
for (int i = 0; i < descriptors.size(); ++i) {
|
||||||
|
set_parameter (i, other.get_parameter (i));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
AUPlugin::~AUPlugin ()
|
AUPlugin::~AUPlugin ()
|
||||||
|
Loading…
Reference in New Issue
Block a user