arpligner icon indicating copy to clipboard operation
arpligner copied to clipboard

LV2 parameters not exposed to host

Open YPares opened this issue 2 years ago • 2 comments

May be a JUCE bug

YPares avatar Feb 06 '23 08:02 YPares

I am not convinced this is a plugin problem. Running in jalv the controls are available so maybe it is the interpretation of the plugin within Zynthian that is failing. Jalv can see the controls but Zynthian is not exposing them.

riban-bw avatar Feb 06 '23 12:02 riban-bw

( @riban-bw Allow me to x-post your explanation here )

JALV only seems to allow control of control ports, not parameters via its CLI. JUCE presents controls as parameters. In JALV you see the names and (apparent) values of the parameters but attempts to set these fail. Direct numeric access controls the ports which are not displayed in jalv’s controls command. I think this is a flaw / limitation of jalv but means we can’t currently host JUCE LV2 plugins in Zynthian.

YPares avatar Feb 07 '23 08:02 YPares