You are here

Q plugins in JUCE7 LV2 Host.

Hi,

I've tested padthv1 and all of other synth in AudioPluginHost (https://github.com/juce-framework/JUCE/tree/juce7/extras/AudioPluginHost). They were loaded fine, sounds and it's possible to control with mouse.
But GUI has some problems:
no keyboard input in parameters or preset name field
"new", "load" and "save" buttons doesn't work
changing settings in the Configure window doesn't apply and aren't saving, though keyboard works here.

in console output there is a message:

QWidgetWindow(0x2977fe0, name="padthv1widgetWindow") must be a top level window.

I'll report to JUCE devs, but I'd like to have more details. Maybe You can give me some direction or whatever.
If You need an instruction how to build that AudioPluginHost - please tell.

Forums: 
rncbc's picture

no ideas atm. sorry

did you test the plugins on some other lv2 host (eg. ardour) and noticed any similar symptoms?

they works fine everywhere, even with lv2vst bridge https://github.com/x42/lv2vst
i wonder if it's possible to get some debug output from plugins?

rncbc's picture

then it's an issue on the juce lv2 host for sure: mainly on its own keyboard input interface through X11/Xcb ?

byee

Thanks,
One more (I hope) question, what can be wrong with configuration settings? They just doesn't apply, should the host keep them?

rncbc's picture

they should apply globally to your user environment, and that meaning it applies both to the lv2 plugin _and_ the standalone jack clients as same

whether it doesn't in the juce7-lv2-host case is beyond my comprehension

seeya

Add new comment