Audacity Bug Summary
••• Introduction •••
••• Keywords •••
    Audacity 3.0.3 development began 19th April 2021

Audacity Bugzilla



Bug 2723 - VST_PATH environment variable fails for non-standard locations
VST_PATH environment variable fails for non-standard locations
Status: RESOLVED FIXED
Product: Audacity
Classification: Unclassified
Component: VST
3.0.0
All All
: P3 RepeatableAll
Assigned To: Default Assignee for New Bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2021-03-28 18:03 UTC by Steve Daulton
Modified: 2021-03-29 17:28 UTC (History)
3 users (show)

See Also:
Steps To Reproduce:
These steps are "best guessed" from the bug report. I am not able to test. 1. Place a VST effect in a non-standard location. 2. Set the VST_PATH environmental variable to include the non-standard location. 3. Observe that Audacity does not find the plug-in.
Release Note:
VST / LADSPA plug-ins may not be found in non-standard locations even if the location is included in VST_PATH environmental variable. Workaround: Put the plug-in, or a copy of the plug-in into C:\\Program Files\\Audacity or, C:\\Program Files (x86)\\Audacity on 64-bit machines.
First Git SHA:
Group: ---
Workaround:
Closed: 2021-03-29 00:00:00
petersampsonaudacity: Test‑OK‑Win+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Daulton 2021-03-28 18:03:26 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 1 Steve Daulton 2021-03-28 18:04:09 UTC
Comment from Leland:

> Ladspa effect has the same problem.
Comment 2 Leland Lucius 2021-03-28 19:03:19 UTC
Fixed in:

https://github.com/audacity/audacity/commit/c9afd39
Comment 3 Peter Sampson 2021-03-29 16:30:31 UTC
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
Comment 4 Peter Sampson 2021-03-29 17:28:18 UTC
(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 :