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

Juce or DISTHRO Plugin Framework migration #27

Open
lucianodato opened this issue Jun 2, 2017 · 14 comments
Open

Juce or DISTHRO Plugin Framework migration #27

lucianodato opened this issue Jun 2, 2017 · 14 comments

Comments

@lucianodato
Copy link
Owner

lucianodato commented Jun 2, 2017

For a gui and better features

@lucianodato lucianodato changed the title Juce migration Juce or DISTHRO Plugin Framework migration Jul 21, 2017
@simonvanderveldt
Copy link

@lucianodato Thanks for the plugin!
If you're still considering migrating to a framework I'd like to suggest using disthro.
JUCE is a nightmare, especially on Linux and it doesn't have LV2 support.

@lucianodato
Copy link
Owner Author

lucianodato commented Apr 6, 2020

Thanks! I do have a branch where I've started that long ago

@lucianodato
Copy link
Owner Author

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?

@simonvanderveldt
Copy link

simonvanderveldt commented Sep 29, 2021

@lucianodato I'd be surprised if JUCE is really easier, it does have a lot more magic though :P
@falkTX did a talk about DPF quiet some time ago https://www.youtube.com/watch?v=FkHDs3Y18VY, I'm not sure there's anything newer about it. He also maintains a fork of JUCE with LV2 support. He might have a suggestion or two.

@lucianodato
Copy link
Owner Author

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.

@falkTX
Copy link

falkTX commented Sep 29, 2021

For plugins on the more simple side JUCE is quite bloated.
DPF has VST3 support in the works, API is just as simple and supports LV2 from the get-go.
Oh and DPF is open to pull requests, something that JUCE is not (so you just hope they care enough about your specific issues)

PS: I hate that talk.. was not in the best mood that day 😅

@falkTX
Copy link

falkTX commented Sep 29, 2021

and related to documentation, that is going to be a target for October.
with my employer (MOD Devices) we need to focus on plugin documentation to make the platform appealing to new devs, and DPF is the chosen framework for those that do not want to do raw LV2. (JUCE LV2 support is subpar, due it always been ignored for so many years, and the official one is likely still months away).

@pms967
Copy link

pms967 commented Sep 29, 2021

I'd say JUCE over DISTHRO. Though you may want to have a look also at this new one:

https://dplug.org/

@falkTX
Copy link

falkTX commented Sep 29, 2021

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.

@falkTX
Copy link

falkTX commented Sep 29, 2021

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.
https://github.com/DISTRHO/DPF/blob/develop/FEATURES.md

Makes it much clearer what is available.

@lucianodato
Copy link
Owner Author

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!

@lucianodato
Copy link
Owner Author

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

@falkTX
Copy link

falkTX commented Sep 29, 2021

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.
though as someone else mentioned here on the beginning:

JUCE is a nightmare, especially on Linux

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.

@lucianodato
Copy link
Owner Author

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!

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

No branches or pull requests

4 participants