Search found 59476 matches

by steve
Wed May 09, 2018 3:45 pm
Forum: Windows
Topic: 2.2.1 Doesn't Crash Only When Run as Administrator
Replies: 3
Views: 325

Re: 2.2.1 Doesn't Crash Only When Run as Administrator

Don't use Audacity 2.2.1. It has a serious bug (see: viewtopic.php?f=46&t=99026)
Audacity 2.2.2 fixes this bug, and is available here: https://www.audacityteam.org/download/
DarkSwordsman wrote:This happens on all ~40 machines we have
Are these computers on a network?
by steve
Wed May 09, 2018 3:38 pm
Forum: Nyquist
Topic: Notch filter with loop
Replies: 45
Views: 6868

Re: Notch filter with loop

;version 1 No need to go all the way back to version 1. Audacity 2.0.6 fully supports version 3 plug-ins. Better to use: ;version 3 ;control f "Center frequency" real "Hz" 440.0 20.0 20000.0 ;control width "Bandwidth" real "octaves" 1.0 0.01 5.0 The ranges of...
by steve
Wed May 09, 2018 9:13 am
Forum: Windows
Topic: Exporting start times of individual tracks
Replies: 2
Views: 154

Re: Exporting start times of individual tracks

If you select all tracks in the project, then run this in the Nyquist Prompt effect, you will get a list in the form: track-name: track-start-time which you can then copy and paste into a text editor. Here's the code: ;version 4 ;debugflags trace (format t "~a: ~a~%" (get '*track* 'name) (...
by steve
Wed May 09, 2018 9:01 am
Forum: Windows
Topic: Unwanted Modulation with Multiple Tones
Replies: 3
Views: 185

Re: Unwanted Modulation with Multiple Tones

You can get some "interesting" amplitude modulation near the Nyquist limit (half the sample) rate, and also (less severe) near 1/4 the sample rate. That's just the nature of sampling. If you want to see that, set your sample rate to 48,000 and generate a 23,999Hz sine wave. In theory, the...
by steve
Tue May 08, 2018 10:47 pm
Forum: Windows
Topic: Unwanted Modulation with Multiple Tones
Replies: 3
Views: 185

Re: Unwanted Modulation with Multiple Tones

Audacity has a tone generator effect: http://manual.audacityteam.org/man/tone.html
For multiple tones, you can add more tracks: http://manual.audacityteam.org/man/trac ... d_new.html
by steve
Tue May 08, 2018 10:44 pm
Forum: Windows
Topic: Error 0pening sound device
Replies: 2
Views: 202

Re: Error 0pening sound device

I have never had this problem in my Cool Edit 2000, until I upgraded to the version update to Windows 10. So are you saying that you previously used Cool Edit 2000 and Audacity on you computer with Windows Vista, and then updated to Windows 10, and now neither Cool Edit 2000 or Audacity work correc...
by steve
Tue May 08, 2018 4:12 pm
Forum: Windows
Topic: help me,problem window?
Replies: 2
Views: 157

Re: help me,problem window?

I want to save audio clips for editing purposes. I used to do this a lot, and there's an easy trick: 1) Create a new empty audio track , and move it to the top (above any other tracks in the project). If your project uses both mono and stereo tracks, create on of each. 2) Create a new label track a...
by steve
Tue May 08, 2018 8:41 am
Forum: Making Music with Audacity
Topic: Please help me in removal vocal of this song
Replies: 2
Views: 813

Re: Please help me in removal vocal of this song

The link does not appear to be a playable track, just adverts. Note that vocal removal does not always work. You can find information about vocal removal with Audacity here: http://manual.audacityteam.org/man/tutorial_vocal_removal_and_isolation.html If after reading that page, you are still not abl...
by steve
Tue May 08, 2018 7:57 am
Forum: Windows
Topic: starting
Replies: 18
Views: 1237

Re: starting

Electric_Dreamer wrote:I don't change tempo
In the context of audio effects, "changing the tempo"just means "changing the speed without changing the pitch".
Electric_Dreamer wrote:I want to do this kind of amplitude shifting to a long tone:
Sounds like you need the Envelope Tool.