You are here

[Fixed] Audacity: Handling of additional user settings

3 posts / 0 new
Last post
depp.jones
Offline
Last seen: 3 hours 10 min ago
DeveloperTranslator
Joined: 2010-06-05 17:19
[Fixed] Audacity: Handling of additional user settings

I use audacity as my first choice audio editor on my home workstation as well as portable. Audacity's plugin handling is kind of automatic as described here. That is no big deal on my home machine as the plugins in C:\Program Files\Steinberg\VSTPlugins are found during the initial scan and nothing changes.

But I like to keep some plugins on my PA.c setup on my portable drive as well and they are not found automatically (because no VST_PATH is specified). Adding them to the folder Plug-Ins inside the Audacity folder was my first choice but that is deleted on every update. Sad
At the moment I keep my plugins in vstplugins inside the PortableApps folder and have added the plugin entries manually in the plugins.cfg. But they are only portable with this additionally FileWriteN:

[FileWrite6]
Type=Replace
File=%PAL:DataDir%\Portable Settings\plugins.cfg
Find=%PAL:LastDrive%\
Replace=%PAL:Drive%\

And this is deleted on every update as well (if I forget to backup Wink ).

Is it possible for a next release (or revision) to add plugin handling?

My ideas for this:

  • Decision for one directory where to put (vst)plugins (inside AudacityPortable or another location? Common files?)
  • Is it possible to set the env variable VST_PATH temporary with the launcher? As alternative the plugin location can be specified temporary in HKCU.
  • Preservation of that directory during update
  • Adding drive handling for the plugins.cfg

Should I work on a patch for the current build?

John T. Haller
John T. Haller's picture
Offline
Last seen: 5 hours 13 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Added

Portablization of plugins.cfg was added to Audacity Portable 2.0. I'll look into adding additional stuff later.

Sometimes, the impossible can become possible, if you're awesome!

John T. Haller
John T. Haller's picture
Offline
Last seen: 5 hours 13 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Added VST Plugins directory

I've added a VSTPlugins directory within the App directory in 2.0 Rev 2. This should make it much easier to carry plugins with you. And the directory will be preserved on upgrades.

Sometimes, the impossible can become possible, if you're awesome!

Log in or register to post comments