We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Continues #91
With Carla, is possible to use LADSPA, DSSI, LV2 and VST plugin formats. But only LV2 models are implemented. Is necessary reserach a alternative to
LADSPA
DSSI
LV2
VST
Ah sim, esqueci dessa parte. Para plugins internos, LV2 e AU (AU so para MacOS), podes usar carla-utils. API python: https://github.com/falkTX/Carla/blob/master/source/carla_utils.py API em C:https://github.com/falkTX/Carla/blob/master/source/backend/CarlaUtils.h
Para plugins LADSPA, DSSI e VST so mesmo chamando carla-discovery manualmete. É o que o carla faz, por enquanto essa parte é toda manual.
./carla-discovery-native LV2 /usr/lib/lv2/gx_hornet.lv2/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Continues #91
With Carla, is possible to use
LADSPA
,DSSI
,LV2
andVST
plugin formats. But only LV2 models are implemented. Is necessary reserach a alternative toThe text was updated successfully, but these errors were encountered: