Hi,
I'm messing with he demo of Plug'nScript and finding it very promising but there is one thing I am having trouble with. Whenever I record automation the parameter is always recorded as 0-100% no matter how it is defined in the script.
How do I go about getting automation to write the same values as the control displays. For example, if I have a gain knob that operates between -12dB to +12dB how do I get automation to record the dB values rather than the related percentages?
Any pointers on how I can get started?
Peter
Customising Automation Parameters in Plug'nScript
-
Blue Cat Audio Blue Cat Audio https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=39981
- KVRAF
- 6335 posts since 8 Sep, 2004 from Paris (France)
While using your script in Plug'n Script, parameters are indeed exposed as generic [0 to 100%] values, as scripts are loaded dynamically, and parameter information cannot be changed after the plug-in has been loaded.
If you export the plug-in however, the parameters of the exported plug-in will have the appropriate metadata (name, min and max value, unit etc.).
Hope this helps!
If you export the plug-in however, the parameters of the exported plug-in will have the appropriate metadata (name, min and max value, unit etc.).
Hope this helps!