osxmidi / LinVst

Linux Windows vst wrapper/bridge
GNU General Public License v3.0
674 stars 41 forks source link

Using LinVST in Arch Linux #87

Closed fourstepper closed 5 years ago

fourstepper commented 5 years ago

I use Manjaro.

I downloaded the LinVST package from the AUR repository using yay AUR helper, but I cannot figure out where to find the files that I need for the conversions.

Sorry, a little noobish, I know.

Thanks for pointing me the right way!

osxmidi commented 5 years ago

Download the LinVst binary from https://github.com/osxmidi/LinVst/releases

In the convert folder there is linvstconvert and linvstconverttree (linvstconverttree can also convert sub directories).

Start linvstconvert (or linvstconverttree) and then select the linvst.so file and then select the folder that contains the vst dll files and hit convert and then it's just a case of pointing the DAW to search the vst dll path.

Also copy all of the lin-vst-serverxxxx files to /usr/bin.

The linvstconvert (linvstconverttree) binaries should run on Manjaro ok.

fourstepper commented 5 years ago

Thank you!