Search found 59476 matches
- Thu May 13, 2021 1:48 pm
- Forum: New Plug-Ins
- Topic: Spectral Bandpass Filter Plugin
- Replies: 25
- Views: 699
Re: Spectral Bandpass Filter Plugin
is it a fair assumption that Nyquist does all the garbage collecting and no need for the user/script to invoke it? In most cases you don't need to worry about garbage collection. Nyquist handles this itself. There are some cases where garbage collection are a concern, but that's probably best left ...
- Thu May 13, 2021 1:36 pm
- Forum: New Plug-Ins
- Topic: Spectral Bandpass Filter Plugin
- Replies: 25
- Views: 699
Re: Spectral Bandpass Filter Plugin
I was under the impression that Nyquist was a "dynamic" thing that ran in the background and Audacity was just the GUI for it and it could interact Not yet, though that "may" come in the future. Nyquist is really a separate application (a computer language), that was shoehorned ...
- Thu May 13, 2021 1:24 pm
- Forum: New Plug-Ins
- Topic: Spectral Bandpass Filter Plugin
- Replies: 25
- Views: 699
Re: Spectral Bandpass Filter Plugin
So, Nyquist will only "return" a single thing (text, values, sound) and terminate, essentially then a print also contains an end or terminate, so to speak. Yes, Nyquist will only return one single thing. (a stereo sound is ONE array containing two sounds). PRINT returns a string value, an...
- Thu May 13, 2021 12:45 pm
- Forum: Nyquist
- Topic: Splitting parts of mono track into stereo
- Replies: 4
- Views: 445
Re: Splitting parts of mono track into stereo
I'll write back soon with some tips re. the necessary Nyquist code. Try this in the Nyquist Prompt effect : (setf pulse 100) ;pulse length in ms (setf pulse (/ 500.0 pulse)) (if (arrayp *track*) (let ((env (osc-pulse pulse 0)) mod inv-mod) (setf mod (mult 0.5 (sum 1 env))) (setf inv-mod (mult -0.5 ...
- Thu May 13, 2021 12:28 pm
- Forum: Windows
- Topic: Setting default zoom when opening WAV files
- Replies: 8
- Views: 144
Re: Setting default zoom when opening WAV files
If you read carefully I have said that I do not use a keyboard, NOT own a keyboard. and if you read my post carefully you would see that I asked why you do not use a keyboard, not why do you not own a keyboard ;) I absolutely recommend to do audio editing using a Surface Pen and a tablet I absolute...
- Thu May 13, 2021 12:18 pm
- Forum: Windows
- Topic: Bei Übersteuerung roter Ausschlag
- Replies: 2
- Views: 106
Re: Bei Übersteuerung roter Ausschlag
Sorry, I don't understand German.
There is a German language Audacity forum here: https://www.audacity-forum.de/
Google Übersetzung:
Entschuldigung, ich verstehe kein Deutsch.
Hier gibt es ein deutschsprachiges Audacity-Forum: https://www.audacity-forum.de/
There is a German language Audacity forum here: https://www.audacity-forum.de/
Google Übersetzung:
Entschuldigung, ich verstehe kein Deutsch.
Hier gibt es ein deutschsprachiges Audacity-Forum: https://www.audacity-forum.de/
- Thu May 13, 2021 12:18 pm
- Forum: Windows
- Topic: Bei Übersteuerung roter Ausschlag fehlt
- Replies: 2
- Views: 59
Re: Bei Übersteuerung roter Ausschlag fehlt
Sorry, I don't understand German.
There is a German language Audacity forum here: https://www.audacity-forum.de/
Google Übersetzung:
Entschuldigung, ich verstehe kein Deutsch.
Hier gibt es ein deutschsprachiges Audacity-Forum: https://www.audacity-forum.de/
There is a German language Audacity forum here: https://www.audacity-forum.de/
Google Übersetzung:
Entschuldigung, ich verstehe kein Deutsch.
Hier gibt es ein deutschsprachiges Audacity-Forum: https://www.audacity-forum.de/
- Thu May 13, 2021 12:14 pm
- Forum: Windows
- Topic: enhancing named pipe to work cross OS
- Replies: 1
- Views: 24
Re: enhancing named pipe to work cross OS
my understanding is that named pipe only works on the same computer, It is "possible" in some cases to control Audacity over a network, though probably a bad idea to do so. Audacity has been developed as a Desktop application to run on the local computer, so there is no security hardening...
- Thu May 13, 2021 11:48 am
- Forum: New Plug-Ins
- Topic: Spectral Bandpass Filter Plugin
- Replies: 25
- Views: 699
Re: Spectral Bandpass Filter Plugin
There is a problem though, the "Error" print out line also terminates the script, which I assume is different to a "print" command that will print out the message then continue. An important feature of Nyquist plug-ins / scripts is that they return ONE result to Audacity. This i...
- Thu May 13, 2021 11:21 am
- Forum: Recording Equipment
- Topic: Any recommendations for a new (budget) USB audio interface (+ USB filter?) and a pair of monitors
- Replies: 45
- Views: 2594
Re: Any recommendations for a new (budget) USB audio interface (+ USB filter?) and a pair of monitors
First of all, a shout-out to Steve, Peter, Koz and Bill, how are you guys doing? Hi Bruno. Great to hear from you. Doing fine here thanks, despite the pandemic. Glad to hear you're OK. I'm pretty much convinced in getting a pair of Presonus Eris 3.5 studio monitors. I've not used them, but Presonus...