PortableApps.com Carbide driveThe PortableApps.com Carbide is here! The Safest, Most Secure USB Flash Drive on Earth.
Military-grade hardware-encryption, water/shock/dust/tamper-resistant, 5 years of commercial USB antivirus, 5 year warranty, personalized, and PortableApps.com! 8GB, 16GB and 32GB starting at $89.95! Learn more and buy today!
Also: PA.c Companion (fast, affordable, colorful) | Please donate, so we can update & release new awesome apps!

[Fixed] Handling of additional user settings

depp.jones
Developer
- February 23, 2012 - 1:00pm

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 Eye-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?


( categories: )

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!

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!