obsproject/obs-vst

Investigate running windows VSTs on Linux w/ winelib

DDRBoxman opened this issue · 3 comments

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