Gale Andrews wrote:Does this merely mean that those not using presets could have more choice of Fade Types?
The log/exp code is not yet complete, so my comment was more of an update on progress and a correction to something that I wrote previously rather than an announcement.
You wanted a "logarithmic" fade, by which I assume you meant what Soundtrack Pro call an "Exponential Fade" as in the Envelope Tool. If we are to have such a fade as a preset (which I think is a good idea if we are to have more presets), then I think it is better to have a proper one rather than the "Simple" curve approximation.
While writing the code, it occurred to me how it would be possible to make it adjustable, which would then make it possible to create logarithmic and exponential fades from the same code. Just because the feature is in the code does not mean that we have to use it, but it does mean that if we want it, either now or at a later date, then the code is in place and is just a matter of enabling it or commenting it out. So yes, those not using presets
could have more choices though I don't know how worthwhile that will be until I've tried it. More importantly now is that it provides the code for a preset which you specifically asked for.
If we are to have a logarithmic and/or exponential fade, we really need to decide what we are going to call them. I'm in favour of going with Soundtrack Pro as I think that is technically correct and I think that most people have an idea of what an "exponential decay" is (and/or "exponential growth").
Gale Andrews wrote:I still think it should be called Fade In or Out, not Up or Down
I've used the terms "Fade In" and "Fade Out" when referring to "fading in from silence" and "fading out to silence".
I've use the terms "Fade Up" and "Fade Down" when referring to "fading from one level up to a higher level" and "Fading from one level down to a lower level". Fading down from say unity gain to -3 dB is not really "fading out", it's just "gone down a bit".
Gale Andrews wrote:If we don't specify which slider is which, it might make more problems than it's worth trying to give the sliders an understandable label.
I thought the same. In version 24 (not complete yet) it is "High point gain" and "Low point gain". I'll leave it like that for now and it can be updated if anyone thinks of something better.
Gale Andrews wrote:A default is usually the most common case, not the least common.
It is very unlikely that any of the users will exclusively use
one preset - at the very least I'd expect both "In" and "Out" presets to be used. My comment about "fade outs" being more common than "fade ins" was specifically about fading out songs / pieces of music, but there are many other uses of fades. Over all fade uses, fade ins are probably just as common as fade outs.
I agree that if we use a preset as the default, the obvious choice is "Linear Fade In" or "Linear Fade Out", but these are likely to be the two least used options as Audacity already has a faster, more convenient version of these. We can only choose one item as the default and there is a very high probability that it will not be the one that a user wants. Even if we pick the right "shape" it is likely to be in the wrong direction half the time.
On the other hand, anyone using the main features of this effect (the controls) may never need to change this setting. Having "Use Controls" as the default is no hindrance for preset users because much of the time they will need to change it anyway, but it is a positive advantage to everyone else. Choosing one of the presets as a default is little or no advantage to preset users but a disadvantage to everyone else.
Those that actually want the default preset are not penalised in the slightest by having "Use Control" as the default. They are being helped because displaying "Use Controls" the first time that the effect is used reinforces the message "that the controls only work when "enabled" and not for presets".
Not having "Use Controls" as the default does penalise those that want to use the controls (and arguably all those that want to use a different preset).
Gale Andrews wrote:Are you sure we don't need a pair of log presets?
That depends on what you mean by "log". By "Exponential" I meant as in exponential growth/decay (like the Envelope tool).
Gale Andrews wrote:With your new -1/+1 slider, what is the EQ power setting?
This effect does not have EQ. I was referring to "Pro Fade Out", which has a first order Butterworth filter with a corner frequency that slides down from half the sample rate to 100 Hz.