Search found 59476 matches

by steve
Mon Jan 04, 2016 9:40 am
Forum: Windows
Topic: Having trouble merging tracks
Replies: 1
Views: 168

Re: Having trouble merging tracks

When you import multiple tracks, they appear one above the other (as you have discovered). To make them play one after another you can use "Tracks menu > Align Tracks > Align End to End". If you need to adjust the left/right positions, use the Time Shift tool. If you want to crossfade some...
by steve
Mon Jan 04, 2016 9:34 am
Forum: Windows
Topic: NUMARK MTPRO3
Replies: 1
Views: 199

Re: NUMARK MTPRO3

by steve
Mon Jan 04, 2016 9:32 am
Forum: Nyquist
Topic: command to find loudest sample in selection, possible?
Replies: 44
Views: 6606

Re: command to find loudest sample in selection, possible?

And if it hits more than one? As described in my previous post, the code is looking at each sample value and comparing it with the previously found maximum value. If the current sample value is greater, then that becomes the new "maxval". The code will therefore return just one label. If ...
by steve
Mon Jan 04, 2016 9:20 am
Forum: Nyquist
Topic: command to find loudest sample in selection, possible?
Replies: 44
Views: 6606

Re: command to find loudest sample in selection, possible?

Same code snippet with lots of comments to describe how it works. See also: http://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference http://www.cs.cmu.edu/~rbd/doc/nyquist/ http://www.audacity-forum.de/download/edgar/nyquist/nyquist-doc/xlisp/xlisp-index.htm http://www.audacity-forum.de/download...
by steve
Mon Jan 04, 2016 1:13 am
Forum: Nyquist
Topic: command to find loudest sample in selection, possible?
Replies: 44
Views: 6606

Re: command to find loudest sample in selection, possible?

If it is a very short selection that you need to analyze, the following code will do the job (run it in the "Nyquist Prompt" effect). This requires a very recent version of Audacity, preferably the current Audacity 2.1.1. Note that this code is only suitable for mono tracks of less than a ...
by steve
Sun Jan 03, 2016 1:34 pm
Forum: Announcements
Topic: Please add your operating system information
Replies: 4
Views: 78951

Re: Please add your operating system information

:) We're becoming too efficient.
Immediately after adding it I checked that it was present in my User Control Panel, and it was, but perhaps that was you. Anyway, I've checked again and Vista is only listed once.
by steve
Sun Jan 03, 2016 1:24 pm
Forum: Announcements
Topic: Please add your operating system information
Replies: 4
Views: 78951

Re: Please add your operating system information

Thanks Trebor. I've added Vista.
by steve
Sat Jan 02, 2016 9:51 pm
Forum: Windows
Topic: Track muting
Replies: 5
Views: 5033

Re: Track muting

Audacity does not do real-time processing, it's the wrong sort of program for that. Audacity is essentially a wave editor, albeit quite a fancy one. There is an alternative approach that might suit your needs... Audacity is designed to work with multiple tracks at the same time. The number of tracks...
by steve
Sat Jan 02, 2016 6:00 pm
Forum: Windows
Topic: Track muting
Replies: 5
Views: 5033

Re: Track muting

Roughly how long are the sections that you want to mute? An important difference between the track mute buttons and an "effect" is that the mute button does not change the audio data, it just tells Audacity to not play it, whereas effects change the audio data when the effect is applied. T...