-
Notifications
You must be signed in to change notification settings - Fork 39
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
Juce or DISTHRO Plugin Framework migration #27
Comments
@lucianodato Thanks for the plugin! |
Thanks! I do have a branch where I've started that long ago |
I got back to reading about the convenience of going juce or not. I think I might go with juce. I remember starting with the dpf migration but honestly I prefer juce given the documentation and that I have limited skills in plugin development. Any opinions? |
@lucianodato I'd be surprised if JUCE is really easier, it does have a lot more magic though :P |
Yeah I saw this thread juce-framework/JUCE#123. There are some hopes about it being integrated in the near future. Probably falktx knows more. Thanks for your response. |
For plugins on the more simple side JUCE is quite bloated. PS: I hate that talk.. was not in the best mood that day 😅 |
and related to documentation, that is going to be a target for October. |
I'd say JUCE over DISTHRO. Though you may want to have a look also at this new one: |
dplug requires rewriting in a new language, that is likely out of scope. note though you can use the DPF graphics stuff with the current LV2 plugin, no need to rework the entire thing if all you want is a custom UI. I can help to set this up if it is wanted, as it is not a typical usecase. |
Sorry to bump so much, I was in the middle of writing something that is relevant here, a table of supported plugin features within DPF. Makes it much clearer what is available. |
Hey falktx! Thanks for the clarifications. I'll keep looking at the possibilities. Thing is that I'm on a windows machine now and don't really know how to start with dpf on windows. That's my lazy self though, I'll look into it for sure! |
I've just found this which can be a more plausible approach for what I want https://jatinchowdhury18.medium.com/building-lv2-plugins-with-juce-and-cmake-d1f8937dbac3 |
DPF supports cmake too, should be as simple as this https://github.com/DISTRHO/DPF/blob/main/examples/Parameters/CMakeLists.txt but anyway, not trying to push you, use whatever works best.
There are pros and cons, evaluate carefully and all that. JUCE for sure has the biggest community around it, for being more popular. The company behind iLok owns them now though, something perhaps worth considering. |
Thanks for your input! Yeah you might be right on this one... I'll stay open. Need to weight all the possibilities yet. And, big one, read the code again to remember it lol! |
For a gui and better features
The text was updated successfully, but these errors were encountered: