free-audio / clap-wrapper

Wrappers for using CLAP in other plugin environments
MIT License
123 stars 20 forks source link

Optionally allow AUv2 to use JUCE dictionaries on unstream #279

Closed baconpaul closed 3 months ago

baconpaul commented 3 months ago

If converting from a JUCE to a clap-wrapper plugin the VST3 is transparent (the state is the state) but AU doesn't allow that since you need to make a state dictionary. So the make it so that you can use the jucePluginState key optionally on unstream to have a replacement strategy.