logsol / Pd-Pulp

Run pure-data inside VST host applications
http://pd-pulp.net
154 stars 12 forks source link

Porting to WDL-OL #9

Closed mavavilj closed 8 years ago

mavavilj commented 8 years ago

I'm thinking of doing a fork to port this to WDL-OL, because I'm finding JUCE a bit too complex for this and WDL-OL more simple as well as MIT-licensed.

Can you clarify what parts of the code are independent of JUCE, so that I could extract those for the WDL-OL port?

logsol commented 8 years ago

In this project you could say that JUCE starts where libpd ends. It's pretty dependent upon JUCE but its not very much code so it should be easily possible for you to just reimplement everything using WDL-OL and some UI library.