andpas
(andpas)
January 25, 2026, 12:51pm
#1
Hello,
I’m fairly new to Ardour.
I’m trying to use a VST3 plugin (Roland D50), so I created a MIDI track associated to the instrument.
The audio is working, the GUI is also responsive (graphic elements do move, and so on),
however there’s no effect at all on the generated sound when moving the GUI knobs / switches, so it only sounds as in predefined patch.
I tried several plugins and noticed that some of them have this problem, but some not.
I tried the very same plugins (also same installation) on Carla, there they work as expected… strange.
What could I try to fix the problem?
Thanks
Andrea
x42
(Robin Gareus)
January 25, 2026, 3:15pm
#2
Is there a free/libre plugin (source code available) that has this problem? That’d allow us to investigate.
1 Like
andpas
(andpas)
January 25, 2026, 6:29pm
#3
Not that I’m aware of.
I tried the VST2 version, and it works.
It should be something related to VST3 support.
If you are using Yabridge to load the plugin in Ardour on Linux, it may be due to the version of Wine Staging in use. Yabridge recommends version 9.21 and notes on their GitHub page that there are GUI problems with version 9.22. Just a guess…
opened 06:23PM - 25 Nov 24 UTC
### Thanks for giving yabridge a shot!
- [X] I read through both the troublesho… oting and the known issues sections, and my issue wasn't listed there
### Problem description
Hello everyone,
Today I update my Debian 12 (bookworm) with yabridge 5.1.1 to Kernel Linux 6.1.0-28-rt-amd64 x86_64 and Wine Staging 9.22
Just to be sure everything works fine in the end I follow these steps:
I delete the file:
/home/patrizio/.config/yabridgectl/config.toml
And the two directories:
/home/patrizio/.vst/yabridge/
/home/patrizio/.vst3/yabridge/
As usual I gave the commands:
`:~$ /home/patrizio/.local/share/yabridge/yabridgectl add /home/patrizio/.vst/`
`:~$ /home/patrizio/.local/share/yabridge/yabridgectl add "$HOME/.wine/drive_c/Program Files/Common Files/VST3"`
`:~$ /home/patrizio/.local/share/yabridge/yabridgectl sync`
Everything works fine! But...
All of the programs I use i.e. Carla Audio Plugin Host; Reaper and Ardour DAW recognize the plugins but when I open it in most cases they have a really strange behavior. Most of them don't show their GUI with controls and many others don't works at all.
**I downgrade winehq-staging to version 9.21 and now everything works perfectly.**
Note to remember. To downgrade Wine Staging version, all the files needed for the downgrade must be listed in the installation command:
`:~$ sudo apt install winehq-staging=9.21~bookworm-1 wine-staging=9.21~bookworm-1 wine-staging-amd64=9.21~bookworm-1 wine-staging-i386=9.21~bookworm-1`
Until it will be fixed I marked Wine Staging as blocked with:
`:~$ sudo apt-mark hold winehq-staging`
**
Hope it will be fixed very soon, cause I really like yabridge and I appreciate so very much I can finally use a full set of windows plugins into my Linux computers.
Thanks for the effort and please keep up with the good job!
~Patrizio.
### What did you expect to happen?
That everything works as expected
### What actually happened?
Loading plugins was a faliure: No GUI and most of the plugins not working at all
### Operating system
Debian GNU/Linux 12 (bookworm)
### How did you install yabridge?
github
### yabridge version
5.1.1
### yabridgectl version
5.1.1
### Wine version
9.22
### Plugin
Almost all of them
### Plugin type
both VST2 and VST3
### Plugin architecture
64-bit
### Host
Carla; Reaper; Ardour 7
### Desktop environment or WM
XFCE 4.18
### GPU model
AMD PALM
### GPU drivers and kernel
Mesa 22.3.6 on Kernel 6.1.0-28-rt-amd64
### Debug log
_No response_
### Anything else?
_No response_
1 Like