Search found 59476 matches

by steve
Mon Dec 04, 2017 11:07 am
Forum: Nyquist
Topic: Inverting audio using Nyquit?
Replies: 13
Views: 2975

Re: Inverting audio using Nyquit?

While developing Nyquist scripts, get in the habit of using the Debug button. If there is no debug output (empty window), then that shows that no errors (or other debug information) has occurred, which is usually a sign that everything went correctly (or nothing happened at all :? ) When there is an...
by steve
Mon Dec 04, 2017 10:54 am
Forum: Nyquist
Topic: Inverting audio using Nyquit?
Replies: 13
Views: 2975

Re: Inverting audio using Nyquit?

(1 (s-min *track* 1))) What does this do? If the signal is "valid" (not exceeding 0dB), then *track* will be less than 1, so this code does nothing, so why is it there? (1 (mult -1 sig)(s-min *track* amt)(mult -1 sig)) What is "sig" in this code? Try running the plug-in with the...
by steve
Mon Dec 04, 2017 3:04 am
Forum: Nyquist
Topic: Inverting audio using Nyquit?
Replies: 13
Views: 2975

Re: Inverting audio using Nyquit?

;control side "Clipping type" choice "Positive Only,Negative only,Both" 0 but I can't figure out how to take the variable side and have conditions for it to work. From the control, the variable "side" will have a value of 0, 1 or 2, depending on which choice is selecte...
by steve
Mon Dec 04, 2017 2:51 am
Forum: Nyquist
Topic: Inverting audio using Nyquit?
Replies: 13
Views: 2975

Re: Inverting audio using Nyquit?

In version 4 syntax, the sound from a selected mono audio track, or an array of two sounds from a selected stereo track, is bound to the variable *TRACK*. (http://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference#.2ATRACK.2A) To get your "diode clipping" to work, either: (setf sig *tra...
by steve
Sun Dec 03, 2017 11:04 pm
Forum: Windows
Topic: Why can't I record Sounds from my PC?
Replies: 4
Views: 425

Re: Why can't I record Sounds from my PC?

The "WASAPI loopback" method is the way to go. Say you have a device called "soundsFantastic" and it has an input and an output; the input being "soundsFantastic Mic In" and the output being "soundsFantastic Speaker Out". When you play sounds on this system, t...
by steve
Sun Dec 03, 2017 7:38 pm
Forum: Windows
Topic: Audacity Recording
Replies: 1
Views: 188

Re: Audacity Recording

Where do you want it to start?
by steve
Sun Dec 03, 2017 1:38 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Still problems with the zoom level
Replies: 8
Views: 1902

Re: Still problems with the zoom level

Paul L wrote:I think it's not strictly a bug then, just a minor feature improvement not before requested.
No, it's a regression against the behaviour in 2.1.2 and is now logged on the bug tracker https://bugzilla.audacityteam.org/show_bug.cgi?id=1793
by steve
Sun Dec 03, 2017 1:11 pm
Forum: macOS
Topic: Envelope Tool disabled 2.1.0
Replies: 8
Views: 1364

Re: Envelope Tool disabled 2.1.0

steve wrote:Are you using Audacity 2.1.0 (as your topic title says) or 2.2.1 RC2 (as the forum board says)?
In the absence of a reply, I assume that it is Audacity 2.1.0, so I'll move this topic to the Mac forum.
by steve
Sun Dec 03, 2017 1:10 pm
Forum: Windows
Topic: New version does not automatcally scroll left and/or right
Replies: 2
Views: 250

Re: New version does not automatcally scroll left and/or rig

The new version does not do this. Is there some setting that has changed that I can set to do this. It's a bug in Audacity 2.2.0. It has now been fixed, and the fixed version is available as Audacity 2.2.1 RC2: https://forum.audacityteam.org/viewtopic.php?f=46&t=97903 I would recommend trying t...
by steve
Sun Dec 03, 2017 12:03 pm
Forum: Nyquist
Topic: Inverting audio using Nyquit?
Replies: 13
Views: 2975

Re: Inverting audio using Nyquist?

Like, what command in nyquist simply inverts the audio? It's probably simpler than you are expecting. I guess that you know that (PCM) digital audio is just a series of numeric "sample" values, that represent the voltage of an audio signal at points in time: https://upload.wikimedia.org/w...