Linux Ubuntuu set the vst path

Hi friends,

Were do I have to install vsts ? I used the path were studio puts the vsts, 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

1 Like

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"

1 Like

Thanks a lot, I understood, what to do.