obs-vst
obs-vst copied to clipboard
Investigate running windows VSTs on Linux w/ winelib
Technically possible, but would require winelib, and can be buggy/crash-prone. Ardour has a build option to build such, but stepping through it, it seems a bit messy and complicated.
Just install and configure yabridge
Add a folder with yabridge and add the same in $VST_PATH with a .profile file
Example:
- In a terminal
yabridgectl add "/home/user/.wine/drive_c/Program Files/VSTPlugins"
yabridgectl sync
- Add this folder to $VST_PATH env
- Or symlink VSTPlugins as ~/.vst
Carla is another option