13
0

AU: mark preset dirty when parameter changes

This commit is contained in:
Robin Gareus 2018-12-01 05:36:33 +01:00
parent b66726fdc1
commit d53af10c92
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -3479,7 +3479,7 @@ AUPlugin::parameter_change_listener (void* /*arg*/, void* src, const AudioUnitEv
/* whenever we change a parameter, we request that we are NOT notified of the change, so anytime we arrive here, it /* whenever we change a parameter, we request that we are NOT notified of the change, so anytime we arrive here, it
means that something else (i.e. the plugin GUI) made the change. means that something else (i.e. the plugin GUI) made the change.
*/ */
ParameterChangedExternally (i->second, new_value); Plugin::parameter_changed_externally (i->second, new_value);
break; break;
default: default:
break; break;