kozikowski wrote:Since as far as I know all the generate functions are "flat" and don't change over time, you wouldn't need timeline overshoot
Taking the example of a 30 minute track, if you want to generate "Chirp" from 29 minutes to 31 minutes (overwriting the last 1 minute of the original track), the quickest and easiest way to do it is to select with the mouse the region from 29 minutes to 31 minutes, then generate the chirp. There is no need to enter the duration in the "Chirp" interface.
In the case of "Chirp", the interface offers an alternative to selecting the desired region, but what if we were wanting to use a Nyquist function such as the example below? In this case the sound generated will be of the length of the selection and there is no alternative way of defining the selection.
Code: Select all
(mult
(lowpass4 (highpass4 (scale 0.3 (comb (noise) 256 140)) 30) 400)
(env 0.1 0.1 1.0 3.0 1.0 0.3 1.0))
To try this out, select part of a track, then select the Nyquist Prompt from the effects menu, and paste that code in the box.
kozikowski wrote:Back in Audacity, that effect can be accomplished with great stability and control in the envelope tool.
Creating the same kind (shape) of fade as the cross-fade effects using the envelope tool requires entering multiple control points and is very fiddly to do. Even with multiple control points the shape of the fade is still an approximation to the effect that is attained using the cross-fade effect.
In the example below, the desired fade was created in the lower track by selecting the region from 1.548 seconds to 1.888 seconds and applying the cross fade effect. This took about 5 seconds to achieve. The upper track achieves a similar effect by carefully placing 5 control points to create the envelope - this took a lot longer.

- cross-fade.png (8.66 KiB) Viewed 1177 times
kozikowski wrote:Since we know that labels are beginning markers, not separators, why would you possibly want that?
You are assuming that we are adding labels after we have finished out recording/editing.
If I am part way through a project, I may know in advance that I want a particular section of my music in the region 3 minutes 20 seconds to 3 minutes 40 seconds. I can label this section in advance (with a meaningful name) even though I do not yet have any audio in that section. When I am ready to add some audio to that section, I can quickly select that region by clicking on the name of the label.
There are many other times when selecting "dead space" can be useful. I guess that it is not common when Audacity is being used for transfering cassettes to CD, but they can be quite common when creating music, and removing this feature would be unpopular among many users that use it (including myself).
Since you mentioned Cool Edit, the Pro version (and Audition) will allow you to select "dead space" when in the multi-track view, just as you can with Audacity (which always uses a multi-track view).
I am unsure why this is an issue - have you found some situation where this causes a problem?