You may be interested in this: viewtopic.php?p=361821#p361821
Search found 59476 matches
- Sat Jan 12, 2019 7:26 pm
- Forum: New Plug-Ins
- Topic: Grainimogrifier
- Replies: 18
- Views: 1826
Re: Grainimogrifier
- 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...
- 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...
- 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 ...
- 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...
- 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
The only "documentation" for this effect is here: viewtopic.php?p=245549#p245549DevonMScott wrote: ↑Sat Jan 12, 2019 3:11 amCan anyone provide some more "for dummies" type explanations of the various settings on these plug-ins and how to use them?
- 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...
- 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.
- 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?
Which of the more recent versions have you tried?pogo_stump wrote: ↑Fri Jan 11, 2019 6:27 pmI can't stand the jumpiness of the playhead and the lagginess of the output level monitor in later versions
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.
- 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.