Search found 59476 matches

by steve
Fri Feb 13, 2015 4:28 pm
Forum: Windows
Topic: Schedule Record -- Help with script
Replies: 10
Views: 1027

Re: Schedule Record -- Help with script

This is not something that can be tackled with Nyquist, so I've moved it out of the Nyquist forum. As you are using AutoIt, I assume that you are using some version of Windows, so I have moved this to the Windows forum board. Please note that AutoIt is not our product and we are not able to provide ...
by steve
Fri Feb 13, 2015 4:11 pm
Forum: Windows
Topic: Regular Interval Labels - cannot handle large files
Replies: 13
Views: 1251

Re: Regular Interval Labels - cannot handle large files

This is one of the 32-bit limitations still in Nyquist or Audacity, I guess I did my test before Splaxi said that he was applying to a 14+ hour selection. Yes, Nyquist works entirely in 32-bit, so 14 hours of audio at 44100 Hz sample rate will overflow (the number of samples is greater than can be ...
by steve
Fri Feb 13, 2015 4:01 pm
Forum: New Plug-Ins
Topic: Create Fades on Clip Edges
Replies: 13
Views: 3620

Re: Create Fades on Clip Edges

The story so far: We have this code that will apply a 5 ms fade-in to the start of the selection, and a 5 ms fade-out to the end. (setq fade-length 0.005) (setq dur (get-duration 1)) (abs-env (control-srate-abs *sound-srate* (let* ((fl fade-length) (env (pwlv 0 fl 1 (- dur fl) 1 dur 0))) (mult s env...
by steve
Fri Feb 13, 2015 3:47 pm
Forum: Feature Request Archive
Topic: Auto-Zero
Replies: 17
Views: 1626

Re: Auto-Zero

by steve
Fri Feb 13, 2015 3:47 pm
Forum: New Plug-Ins
Topic: Create Fades on Clip Edges
Replies: 13
Views: 3620

Create Fades on Clip Edges

In response to a feature request by Steve Bender. The problem: When an audio clip is made by cutting (or copying) a section from a piece of audio, there will often be a "click" at the start/end of the audio clip. This will happen whenever an audio clip starts / ends at a non-zero point in ...
by steve
Fri Feb 13, 2015 3:04 pm
Forum: Feature Request Archive
Topic: Mix and Render with Auto Crossfade
Replies: 5
Views: 944

Re: Mix and Render with Auto Crossfade

This does not completely satisfy your request (so your feature request still stands), but the next version of Audacity will include an effect that makes crossfading tracks much simpler. You can see the (provisional) documentation for this new feature in the "alpha" manual here: http://manu...
by steve
Fri Feb 13, 2015 2:51 pm
Forum: Windows
Topic: Blue Yeti not working on my computer????
Replies: 12
Views: 9362

Re: Blue Yeti not working on my computer????

inunutfan wrote: but I don't know what you mean by the lead, steve.
I meant the USB cable.
by steve
Fri Feb 13, 2015 2:49 pm
Forum: GNU/Linux
Topic: Right channel clipped when recording vinyl record [SOLVED]
Replies: 10
Views: 2669

Re: Right channel clipped when recording vinyl record [SOLVE

Thanks for letting us know, and glad that it is now resolved.
Topic marked as "solved".
by steve
Fri Feb 13, 2015 2:39 pm
Forum: Windows
Topic: Hz Conversion
Replies: 14
Views: 8734

Re: Hz Conversion

The thing that I find so ironic about the whole issue of "432 Hz tuning" is that proponents of this frequently claim that the "A 440" standard was invented by the Nazis in 1939, and that "A 432" tuning was popularised by Verdi (1813 - 1901). Both of those statements are...
by steve
Fri Feb 13, 2015 2:12 pm
Forum: Feature Request Archive
Topic: Auto-Zero
Replies: 17
Views: 1626

Re: Auto-Zero

So, can I save this particular Nyquist prompt as a setting somehow? We can make this code into a "plugin", then it can be "installed" as an effect that will appear in the Effect menu, and (optionally) you can assign a keyboard shortcut to the effect. As we are now getting into t...