As we know Arturia VST is available only on MacOS and Windows. In this tutorial, I'll show you how to install Arturia VST on Linux via yabridge.
Step1. Install wine-staging.
~> wine --version
wine-8.10 (Staging)
Step2. Install winetricks
~> winetricks --version
20210206
Step3. Install wine-mono
At following steps, we use default WINEPREFIX:
Step4: Install Arturia VST or Arturia Softerware center exe
file.
~/D/Arturia> wine Arturia.exe
If you got black screen here, please use winecfg
:
~> winecfg
and check Emulate a virtual desktop
After Arturia VST installed, uncheck this checkbox.
Step5: Install and config yabridge.
After install yabridge
~> yabridgectl --version
yabridgectl 5.0.5
Then add vst path to yabridge
by your WINEPREFIX
, we use default prifix here. And sync
:
~> yabridgectl add ~/.wine/drive_c/Program\ Files/Common\ Files/VST3
~> yabridgectl sync
Setting up VST2, VST3, and CLAP plugins using:
- /home/nero/.local/share/yabridge/libyabridge-chainloader-vst2.so
- /home/nero/.local/share/yabridge/libyabridge-chainloader-vst3.so
- /home/nero/.local/share/yabridge/libyabridge-chainloader-clap.so
Finished setting up 9 plugins (9 new), skipped 0 non-plugin .dll files
Done!
For other problems: Try install dxvk
~> winetricks dxvk
Yabridge have a active discord community, you can search chat history there if you have more problems.
Top comments (0)