Hi friends,
Were do I have to install vsts ? I used the path were studio puts the vst
s, but renoise does not find them. Do I have to setup something on ubuntuu? How can I set the path for vst`s which renoise uses?
Best wishes
Frank
Hi friends,
Were do I have to install vsts ? I used the path were studio puts the vst
s, but renoise does not find them. Do I have to setup something on ubuntuu? How can I set the path for vst`s which renoise uses?
Best wishes
Frank
Usually vst resides in /home/username/.vst
Just put exports to “/home/somename/.profile” like this.
export RACK_SYSTEM_DIR="$HOME/Programy/Rack2Pro"
export VST_PATH="$HOME/.vst"
export VST3_PATH="$HOME/.vst3"
Thanks a lot, I understood, what to do.