VST3: store all input controls (not only automatable ones)
This commit is contained in:
parent
d0ec83fb35
commit
37475308ee
@ -452,7 +452,7 @@ VST3Plugin::add_state (XMLNode* root) const
|
||||
{
|
||||
XMLNode *child;
|
||||
for (uint32_t i = 0; i < parameter_count (); ++i) {
|
||||
if (!_plug->parameter_is_automatable (i)) {
|
||||
if (!parameter_is_input (i)) {
|
||||
continue;
|
||||
}
|
||||
child = new XMLNode("Port");
|
||||
|
Loading…
Reference in New Issue
Block a user