baseplug icon indicating copy to clipboard operation
baseplug copied to clipboard

AUv2 support

Open wrl opened this issue 4 years ago • 0 comments

few pre-requisites for this:

  • [ ] Params should have a hash (or otherwise opaque) u32 ID 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 (.component for AUv2), which may rely on cargo-make or similar tool.

  • [ ] referencing above, metadata defined in the source code will need to make its way to bundle metadata in the Info.plist file. this will be things like AU type, subtype, manufacturer, etc. do we parse the source, or how does this work?

wrl avatar Aug 19 '20 14:08 wrl