How to make plugin automation work in DAWs?
-
When I load the plugin in my DAW (Logic Pro), no automation parameters from the plugin appear — Any ideas or examples would be appreciated!
-
@Taihongcraft Have you assigned parameter ids and enabled the isPluginParameter property for your controls in the interface designer?
-
@d-healey Thanks a lot! Turning on isPluginParameter fixed it. The automation parameters now appear perfectly in my DAW. :)