Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optionally allow AUv2 to use JUCE dictionaries on unstream #279

Merged
merged 1 commit into from
Aug 10, 2024

Conversation

baconpaul
Copy link
Collaborator

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.

The AUv2 protocol uses a CFDictionary to constrct its stream.
The default wrapper approach uses code from the AUSDK example and
is a common approach, but not the only one. This allows you to
set other strategies. Right now JUCE is the only other strategy
supported.

This means that we can make AUv2 wrappers compatible with streams
from other toolkits and allow mgiration to the wrapper for projects.
@baconpaul baconpaul merged commit 4e7d34b into free-audio:next Aug 10, 2024
19 checks passed
@baconpaul baconpaul deleted the juce-unstream branch August 10, 2024 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants