Search found 59476 matches
- Tue May 11, 2021 10:43 pm
- Forum: New Plug-Ins
- Topic: Spectral Bandpass Filter Plugin
- Replies: 25
- Views: 699
Re: Spectral Bandpass Filter Plugin
I'm assuming that it's not 100% compatible with Nyquist Lisp as I see commands like SUM are not listed and others that are listed like direct file operations would not work in Audacity. The latest Nyquist manual is also available on-line here: http://www.cs.cmu.edu/~rbd/doc/nyquist/ I frequently re...
- Tue May 11, 2021 9:35 pm
- Forum: New Plug-Ins
- Topic: Spectral Bandpass Filter Plugin
- Replies: 25
- Views: 699
Re: Spectral Bandpass Filter Plugin
Yes, the indentation came out a bit weird even when using the CODE tags with [ and ]. Perhaps you used tabs instead of spaces. Always use spaces. - Sublime Text (not free but has a non expiring demo period and they rely on users to do the right thing). - Editra There's also Atom, which I believe is...
- Tue May 11, 2021 9:28 pm
- Forum: Windows
- Topic: Recording problems for a newby
- Replies: 8
- Views: 177
Re: Recording problems for a newby
Never really sure what 'Focusrite' is? "Focusrite" is the brand name. "Scarlett Solo" is the audio interface unit (the red and black box). "Scarlett Solo Studio" is a bundle that includes the "Scarlett Solo" interface, a "CM25 MkIII" microphone, &qu...
- Tue May 11, 2021 8:01 pm
- Forum: Windows
- Topic: Recording problems for a newby
- Replies: 8
- Views: 177
- Tue May 11, 2021 7:52 pm
- Forum: Windows
- Topic: “label sounds” fuction constantly reports "unbound function" error
- Replies: 2
- Views: 50
- Tue May 11, 2021 7:44 pm
- Forum: Windows
- Topic: “label sounds” fuction constantly reports "unbound function" error
- Replies: 2
- Views: 50
Re: “label sounds” fuction constantly reports "unbound function" error
DB-TO-LINEAR is a function in the Nyquist library, and is a standard part of Audacity.
I think I've seen this error once before, a very long time ago. I'll see if I can find it.
I think I've seen this error once before, a very long time ago. I'll see if I can find it.
- Tue May 11, 2021 7:20 pm
- Forum: Adding Features to Audacity
- Topic: Not to move the audio file when a portion is cut mid way
- Replies: 1
- Views: 170
Re: Not to move the audio file when a portion is cut mid way
When ever we cut something in between of our audio, the audio file on the left of the cut is automatically moved to the left (to fill the cut out space) and this is something that nobody wants. Most of the time that is exactly what people want, but I figure that what you mean is that for your curre...
- Tue May 11, 2021 7:13 pm
- Forum: New Plug-Ins
- Topic: Spectral Bandpass Filter Plugin
- Replies: 25
- Views: 699
Re: Spectral Bandpass Filter Plugin
(if (not octaves) (setf q 0.001) ; condition 1 if true (setf q 20)) ; condition 2 if false and has 2 closing brackets to indicate end of setf and if (bandpass2 *track* center q) ; carries on This is easier to read like this: (if (not octaves) (setf q 0.001) ; condition 1 if true (setf q 20)) ; cond...
- Tue May 11, 2021 6:12 pm
- Forum: macOS
- Topic: Portable Settings
- Replies: 1
- Views: 74
Re: Portable Settings
"Portable Settings" should be inside "Audacity.app/Contents/"
In other words:
Audacity.app/Contents/Portable Settings/Plug-ins
https://manual.audacityteam.org/man/pre ... l#portable
In other words:
Audacity.app/Contents/Portable Settings/Plug-ins
https://manual.audacityteam.org/man/pre ... l#portable
- Tue May 11, 2021 6:07 pm
- Forum: Windows
- Topic: Recording problems for a newby
- Replies: 8
- Views: 177
Re: Recording problems for a newby
What settings do you currently have in the Device Toolbar?