Search found 2 matches

by jpo
Tue Dec 17, 2019 4:34 pm
Forum: Developer's Section
Topic: Porting JUCE programs to DISTRHO/juce for LV2 support
Replies: 23
Views: 24830

Re: Porting JUCE programs to DISTRHO/juce for LV2 support

Basslint wrote:Thank you, could you please release this code under the GPLv3? A "yes" is enough, just so that it is clear, otherwise it can't be used easily in someone else's code.
It is basically the SharedMessageThread from the juce VST2 wrapper, so yes, it is gplv3
by jpo
Mon Dec 16, 2019 5:50 pm
Forum: Developer's Section
Topic: Porting JUCE programs to DISTRHO/juce for LV2 support
Replies: 23
Views: 24830

Re: Porting JUCE programs to DISTRHO/juce for LV2 support

I can compile most of plugins that requires JUCE >=5.4.4 But they hangs the host when loaded. According to strace there infinite loop (or lock) in some futex, as I can understand, cause I know nothing of multithread programming. Hi, You should try to replace the SharedMessageThread class in juce_LV...