Search found 59476 matches

by steve
Sat Jan 12, 2019 7:26 pm
Forum: New Plug-Ins
Topic: Grainimogrifier
Replies: 18
Views: 1826

Re: Grainimogrifier

dem wrote:
Wed Jan 09, 2019 2:19 am
Try as I might, I couldn't find a way to quickly, reliably reverse a sound in Nyquist. Arrays are really slow, shape is slow and cranky, and worst of all, snd-reverse does not exist.
You may be interested in this: viewtopic.php?p=361821#p361821
by steve
Sat Jan 12, 2019 7:24 pm
Forum: Nyquist
Topic: swapping the values of two variables
Replies: 0
Views: 438

swapping the values of two variables

I had need of this recently, so posting the snippet here. Say you have two variables "var1" and "var2", and you want to swap their values so that "var1" takes the value of "var2" and vice verse. This requires creating a temporary variable. For example: (setf t...
by steve
Sat Jan 12, 2019 7:12 pm
Forum: Nyquist
Topic: Reversing sounds with Nyquist
Replies: 0
Views: 569

Reversing sounds with Nyquist

The Nyquist function S-REVERSE is not defined in Audacity's version of Nyquist, so if it is necessary to reverse a sound in a Nyquist plug-in, then a suitable function must be written. For short sounds, this can be done quite simply, by reading the the sound into an array, reversing the array, and t...
by steve
Sat Jan 12, 2019 6:56 pm
Forum: Windows
Topic: Stop recording with a macro
Replies: 11
Views: 533

Re: Stop recording with a macro

Documentation page for that is currently not working. The page addresses are case sensitive: https://manual.audacityteam.org/man/scripting.html Would it be possible to activate a python script during recording with one key press? Probably easiest to do that with something like AutoHotKey , as that ...
by steve
Sat Jan 12, 2019 3:46 pm
Forum: Audio Processing
Topic: High-Low Pass Slider Filter
Replies: 1
Views: 231

Re: High-Low Pass Slider Filter

I'm not aware of a sliding filter plug-in, though it would be quite easy to create some form of sliding filter as a Nyquist plug-in . "Sliding of High to Low Pass and from Low to High Pass" I'm not clear what that is supposed to do. For example, if the initial setting is "Low-pass 400...
by steve
Sat Jan 12, 2019 11:56 am
Forum: New Plug-Ins
Topic: Updated De-Clicker and new De-esser for speech
Replies: 251
Views: 146523

Re: Updated De-Clicker and new De-esser for speech

DevonMScott wrote:
Sat Jan 12, 2019 3:11 am
Can anyone provide some more "for dummies" type explanations of the various settings on these plug-ins and how to use them?
The only "documentation" for this effect is here: viewtopic.php?p=245549#p245549
by steve
Fri Jan 11, 2019 8:52 pm
Forum: GNU/Linux
Topic: No audio streams exported when using Export2
Replies: 3
Views: 610

Re: No audio streams exported when using Export2

On Ubuntu 18.04, I've compiled the current alpha version (2.3.1, evening of 1/10/19) with mod-script-pipe enabled. Congratulations. :) Export2: Filename=test.m4a NumChannels=2 That "should" fail. The filename needs to include the full path, so something like: Export2: Filename=/home/smart...
by steve
Fri Jan 11, 2019 7:58 pm
Forum: macOS
Topic: Where can I find source code for older versions of Audacity?
Replies: 8
Views: 608

Re: Where can I find source code for older versions of Audacity?

Several of the libraries have been updated over the past 6 years. You may be able to get suitable versions from 2.0.0 / 2.0.6.
by steve
Fri Jan 11, 2019 6:38 pm
Forum: macOS
Topic: Where can I find source code for older versions of Audacity?
Replies: 8
Views: 608

Re: Where can I find source code for older versions of Audacity?

pogo_stump wrote:
Fri Jan 11, 2019 6:27 pm
I can't stand the jumpiness of the playhead and the lagginess of the output level monitor in later versions
Which of the more recent versions have you tried?

If you use a 64-bit Mac, you may want to try out 2.3.1 when it comes out (later this month) as it will be a 64-bit app.
by steve
Fri Jan 11, 2019 5:58 pm
Forum: macOS
Topic: Where can I find source code for older versions of Audacity?
Replies: 8
Views: 608

Re: Where can I find source code for older versions of Audacity?

I'm curious why you want to base your efforts on an obsolete version of Audacity.