IR Loader Doesn'twork & Some Errors....
-
@christoph-hart Thank you,
If you deleted my project, you can still download from the same link. -
Nope still have it but I donโt have time today. Iโll try to look at it tomorrow.
-
Alright, I've fixed the AU validation for this project. The reason was that you were using buttons in a radio group as plugin parameters and Logic expects all parameters that change other parameters to be marked as Meta Parameter or the au validation fails - so in this case the error message was actually right, which happens in like 1% of all cases.
From now on, all buttons that are in a radio group are automatically propagated as meta parameters, however I've added a
isMetaParameter
which must be manually set for all parameters that change other controls in their control callback. -
@christoph-hart Wow it works like a charm :)
I've disabled "isPluginParameter" in all of the radiogroups buttons. I don't know what "isMetaParameter" does but it's disabled too.But AU plugin passed the validation. You are genious Christoph :)
Am I making something bad with disabling "isMetaParameter"?
-
Do We Need To Enable isMetaParameter For Buttons That Not Goint To Saved On Presets?
Such as Next/Prev Buttons?
Or Show/Hide Switches For Tabs?