baseplug
baseplug copied to clipboard
AUv2 support
few pre-requisites for this:
-
[ ]
Params should have a hash (or otherwise opaque)u32ID instead of just an index. this allows for stable automation even when parameters are rearranged. -
[ ] we will need some mechanism for wrapping a compiled plugin into a bundle (
.componentfor AUv2), which may rely oncargo-makeor similar tool. -
[ ] referencing above, metadata defined in the source code will need to make its way to bundle metadata in the
Info.plistfile. this will be things like AU type, subtype, manufacturer, etc. do we parse the source, or how does this work?