-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
FR: CLAP plugin support #13967
Comments
Our existing plugin backends (AU and LV2) use the effect system, so I think it would make most sense to implement any new plugin formats in the same way. Basically the plugin has to expose a set of parameters which can then be controlled in the usual manner via the UI or from a controller. Support for effect GUIs could also be added after we merge #13888. |
@fwcd Yes that would be perfect. Thank you! |
Yes AU support is in 2.5, but without GUIs. |
@fwcd |
Yes, you can control the plugin's parameters via the effect rack. GUI support is not merged yet. |
@fwcd How can i expose the parameters into the effect rack? i tried different AU plugins, and no parameters are shown. |
@fwcd Sorry for my question, but can i download these builds somewhere or do i need to build it myself? |
Tried building from source before but always got stopped on this issue: -- Found WrapAtomic: TRUE
Add the installation prefix of "GTest" to CMAKE_PREFIX_PATH or set -- Configuring incomplete, errors occurred! (trying to build on MacOS sonoma) |
@fwcd Thanks for your patience and help, downloading now! |
@fwcd Yes, thats working out fine. Noticed only the first 8 parameters are exposed, i guess thats to be expected at this stage of the implementation? |
Out of curiosity, did #13945 already fix the issue of missing parameters for you or did you need the other PR with async initialization? Agree that it would be nice to have a way of displaying more parameters or choosing a different subset, not sure if Mixxx already has something for that. |
My request was linked to this issue, with macro knobs one could assign 8 favorite parameters from a plugin to each macro knob, these 8 macro knobs would be shown in the fx lane. |
That might be worth filing a separate issue for, since it could probably be implemented generically for all effects. |
Feature Description
Support for loading CLAP plugins into MiXXX would be very nice. ( https://cleveraudio.org/1-feature-overview/ )
With the option to have (per loaded plugin) - 8 macro controls which show as knobs inside mixxx fx lane - which you can link to 8 plugin parameters of choice.
I noticed Audio Unit support will be implemented soon? Having 8 macro controls per plugin for AU plugins would be very interesting too.
The text was updated successfully, but these errors were encountered: