AU: mark preset dirty when parameter changes
authorRobin Gareus <robin@gareus.org>
Sat, 1 Dec 2018 04:36:33 +0000 (05:36 +0100)
committerRobin Gareus <robin@gareus.org>
Sat, 1 Dec 2018 04:36:33 +0000 (05:36 +0100)
libs/ardour/audio_unit.cc

index 0b68c95dcedcc85089b2ff3b15ad44d86b983d4e..73fd6bf94baca9cc67cb553911f8ab24bc094edc 100644 (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
                    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;
         default:
                 break;