Re: [Audacity-quality] Duplicate "Silence" macro commands
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: James C. <cr...@in...> - 2018-11-29 20:35:07
|
On 29/11/2018 20:10, Steve the Fiddle wrote: > On Thu, 29 Nov 2018 at 19:39, James Crook <cr...@in...> wrote: > >> I think generators and effects via macros are best used with selections. >> We should not support durations. >> > So what is the best way to, for example, insert 2 seconds of silence at > each label position? > (this was the question on the forum, so it is a real user question). Select next label, then Select Time, Start Time 0, End time of 2, Relative to selection Start. Then apply Silence. > Currently we get a kind of "select all if none" with macros, > regardless of > the Preference setting. > * If there is no time selection and no track selection, then sounds are > generated into all tracks from the start of the project to the end of the > project. > * If there is no time selection, but a track is selected, then sounds are > generated into the track from start to end of the "project". > In both of the above cases, the sound is also generated into any whitespace > between clips. Split lines are preserved. > > I don't think this behaviour is particularly "bad", but I don't see it as > being very useful either. Silence with no selection is in one sense undefined behaviour. I think generators *should* be used with selections. I don't think we have to pop up an error message if there was no selection. What you describe does not sound bad to me either. --James. |