rncbc / qtractor

Qtractor - An Audio/MIDI multi-track sequencer
https://qtractor.org
GNU General Public License v2.0
512 stars 90 forks source link

qtractor silently ignores Surge XT LV2 plugins #456

Open yurivict opened 2 months ago

yurivict commented 2 months ago

When I am trying to ass the Surge XT plugin to the track - it isn't shown.

All installed plugins:

$ lv2ls
http://breakfastquay.com/rdf/lv2-rubberband#mono
http://breakfastquay.com/rdf/lv2-rubberband#r3mono
http://breakfastquay.com/rdf/lv2-rubberband#r3stereo
http://breakfastquay.com/rdf/lv2-rubberband#stereo
http://lv2plug.in/plugins/eg-amp
http://lv2plug.in/plugins/eg-fifths
http://lv2plug.in/plugins/eg-metro
http://lv2plug.in/plugins/eg-midigate
http://lv2plug.in/plugins/eg-params
http://lv2plug.in/plugins/eg-sampler
http://lv2plug.in/plugins/eg-scope#Mono
http://lv2plug.in/plugins/eg-scope#Stereo
https://surge-synth-team.org//plugins/Surge_XT_Effects
https://surge-synthesizer.github.io/lv2/surge-xt

Plugins shown by qtractor: image

In case an LV2 plugin is rejected for some reason - qtractor should show it in gray and there should be an explanation for why is it rejected.

Carla can add Surge XT plugins without a problem.

Version: 1.1.0 FreeBSD 14.1

rncbc commented 2 months ago

where is surge-xt installed exactly?

lv2info https://surge-synthesizer.github.io/lv2/surge-xt | grep Bundle:

check the path is included in View/Options.../Plugins/Paths for LV2 and add it if not.

yurivict commented 2 months ago

LV2 plugin path in View/Options/... is /usr/local/lib/lv2.

This is the same path where all LV2 plugins are installed by default.

$ ls /usr/local/lib/lv2/Surge\ XT\ Effects.lv2/
dsp.ttl                libSurge XT Effects.so manifest.ttl           ui.ttl
rncbc commented 2 months ago

that's not the Surge XT synth anyway

please press Shift+ or Ctrl+"Rescan" button on the plugin selection dialog or remove all entries in View/Options.../Plugins/Paths (for LV2)

if that doesn't work, then IDK sorry

yurivict commented 2 months ago

When I removed the entries from View/Options.../Plugins/Paths (for LV2), and all blacklist entries - Surge LV2 plugins became available.

Blacklist entries didn't contain Surge XT plugins.

rncbc commented 2 months ago

Blacklist entries didn't contain Surge XT plugins.

LV2 plugins are never blacklisted.