Re: mda stereo, pitchproof and kerovee problems in 2.1
Posted: Sat Nov 21, 2015 2:12 am
After pressing M, access any available item in the Manage menu by typing the first letter of its menu item.Tapehead wrote:the M F shortcut is very handy, is there also a shortcut for User Presets?
So, type M U for user presets or M I for Import Presets, and so on.
Thanks for the report. I did not know this was a problem myself.Tapehead wrote:Talking of which - I just noticed with concern that my numerous User Presets in Toneboosters EQ saved whilst using Audacity 2.1.0 (installer) are listed but no longer work in 2.1.1. They don't load graphically or change the audio. Presets made since installing 2.1.1 do work.
I'm on Windows 7 with 2.1.1. installer.
The parameters for saved presets are stored in the "pluginsettings.cfg" file in Audacity's folder for application data. Where the plugin saves presets in a "chunk", each preset has a reference to that chunk saved in pluginsettings.cfg, as before. So presets saved in Audacity 2.1.0 by such a plugin will still work in 2.1.1 and later, and settings saved in 2.1.1 and later will still work in 2.1.0.
Where the plugin does not use a chunk for presets we store the parameters as plain text in pluginsettings.cfg. The syntax used to store parameters in plain text changed in 2.1.1. So presets saved in 2.1.0 by plugins that don't store presets in a chunk will not work in 2.1.1 and later (and vice-versa).
As an example, this is what the stored 2.1.0 preset looks like in pluginsettings.cfg if in Kjaerhus "Classic Chorus" we set all controls to maximum, except for the fourth control "Depth" which we set to 52%:
Code: Select all
Value=1.000000,1.000000,1.000000,0.520000,1.000000,1.000000,1.000000Code: Select all
Parameters=Depth="0.519999980927" Fine="1.000000000000" Level="1.000000000000" Mix="1.000000000000" Range="1.000000000000" Rate="1.000000000000" Spread="1.000000000000"FWIW, you can use the old six digit values when changing the syntax to that for 2.1.1 and later. And you can read what the old settings were (as 0 to 1 values), adjust the plugin controls to match and save as a new preset.
I'll raise this problem after 2.1.2 has been released but I can't guarantee we will want to go back to the old syntax.
Gale
