Bugzilla – Bug 2723
VST_PATH environment variable fails for non-standard locations
Last modified: 2021-03-29 17:28:18 UTC
Originally reported here: https://forum.audacityteam.org/viewtopic.php?f=46&t=95330&p=343313#p324550 According to the manual, Audacity should search all paths specified by the "VST_PATH" environment variable https://manual.audacityteam.org/man/installing_effect_generator_and_analyzer_plug_ins_on_windows.html#vst_install This does not happen. The proposed fix is that at line 405 of VSTEffect.cpp wxStringTokenizer tok(vstpath); should be: wxStringTokenizer tok(vstpath, ";");
Comment from Leland: > Ladspa effect has the same problem.
Fixed in: https://github.com/audacity/audacity/commit/c9afd39
I have no idea how to test this - even after extensive research with Professor Google. This is way above my nerd-grade. I have written on the Forum asking the person who posted the original issue to ask if they would be prepared to test it: https://forum.audacityteam.org/viewtopic.php?f=46&t=95330&p=421213#p421213
(In reply to Peter Sampson from comment #3) The original psoter on the Forum arnaudf92 ahas tested this fix an reports >This works :) >My environment has been setup as described in the public topic. >I can see VST plugins :