FigBug / slPlugins

Various VST/AU Plugins from SocaLabs.com
https://www.socalabs.com
BSD 3-Clause "New" or "Revised" License
89 stars 16 forks source link

LV2 knobs aren't working #7

Closed KottV closed 1 year ago

KottV commented 1 year ago

Hi,

Knobs don't react in LV2 builds. VST3 works: изображение

KottV commented 1 year ago

problem is in the busses setup, if I disable its configuration

target_compile_definitions(ToneGenerator
  PUBLIC
    JUCE_QUICKTIME=disabled
    JUCE_USE_CURL=0
    JUCE_WEB_BROWSER=0
    JUCE_MODAL_LOOPS_PERMITTED=1
    JUCE_JACK=1
    JUCE_REPORT_APP_USAGE=0
    JUCE_DISPLAY_SPLASH_SCREEN=0

#    JucePlugin_MaxNumInputChannels=0
#    JucePlugin_MaxNumOutputChannels=1
#    JucePlugin_PreferredChannelConfigurations=0,1
)

then plugin works reported here https://forum.juce.com/t/lv2-issues/52412/2

FigBug commented 1 year ago

I've updated juce and rebuilt. Can you test again?

KottV commented 1 year ago

Tested, the same. The problem is in JUCE LV2 busses config.

KottV commented 1 year ago

It's fixed https://github.com/juce-framework/JUCE/commit/7ebd34012cb81f1cdece5c34da2eb8f83d829085 I tested ToneGenerator in Carla, it works.

FigBug commented 1 year ago

Juce finally builds again, so everything is updated and I consider this fixed.