Search found 59476 matches

by steve
Fri Sep 11, 2020 2:43 pm
Forum: Plug-in Archive
Topic: Delay with bpm and panning
Replies: 46
Views: 6987

Re: Delay with bpm and panning

Felipe Zanabria wrote:
Fri Sep 11, 2020 2:27 pm
The explanation in the wiki about the new wet control that we added remains to be updated.
Perhaps you got a cached version of the page. I added:
"9. Wet level: [-24 - 0 dB, default 0 dB] - Reduces the level of each echo."
by steve
Fri Sep 11, 2020 11:31 am
Forum: Plug-in Archive
Topic: Delay with bpm and panning
Replies: 46
Views: 6987

Re: Delay with bpm and panning

One other very minor issue that I've just noticed: ;control WET "Wet level:" int "dB" 0 -24 0 The colon (":") after the control's left text is not required. Audacity adds that colon automatically, so it should be: ;control wet "Wet level" int "dB" 0 ...
by steve
Fri Sep 11, 2020 11:05 am
Forum: Macros and Scripting
Topic: Macro for Playback/Overdub
Replies: 5
Views: 446

Re: Macro for Playback/Overdub

yes I am making a copy of an existing track, but a copy that has run through an external processor. Thanks, yes that's clear now. Unfortunately it is not yet possible to do that in a Macro. The problem is that Macros just run through the list of commands in sequence without waiting, so the recordin...
by steve
Fri Sep 11, 2020 10:54 am
Forum: Windows
Topic: No Tools > Nyquist Plug-in Installer?
Replies: 1
Views: 205

Re: No Tools > Nyquist Plug-in Installer?

There's now Audacity 2.4.2 https://www.audacityteam.org/download/windows/ Updating to 2.4.2 is highly recommended as it has some important bug fixes. If you enable the option "Reset Preferences" during the installation of Audacity 2.4.2, I think it may fix the problem for you. If it doesn'...
by steve
Fri Sep 11, 2020 10:50 am
Forum: Adding Features to Audacity
Topic: Make stereo track is unintuitive.
Replies: 1
Views: 278

Re: Make stereo track is unintuitive.

I think the unintuitive part is that even with the little black arrow, it is not obvious that the button with the track's name is a button. I think it would be a lot more intuitive if the button actually looked like a menu button, but there isn't a lot of space for buttons, especially if the track h...
by steve
Fri Sep 11, 2020 10:26 am
Forum: Plug-in Archive
Topic: Delay with bpm and panning
Replies: 46
Views: 6987

Re: Delay with bpm and panning

I don't understand much some parts of the code. Feel free to ask questions if you want to. I have tested your code and it acoustically gave me the same result as mine To understand why that works, consider a case where DECAY = -3 dB, WET = -6dB and ECHOES = 5 With your original code, for the 5 loop...
by steve
Fri Sep 11, 2020 12:58 am
Forum: Plug-in Archive
Topic: Delay with bpm and panning
Replies: 46
Views: 6987

Re: Delay with bpm and panning

Rather than calculating (mult (stereo-pan echo where) (db-to-linear WHET)) on every loop, why not just do (once) (+ decay whet) in (defun stereo-delay (sig) (let ((out sig) (mono (filter (mono-mix sig))) (delay (note-to-seconds bpm noteval))) (do ((i 1 (1+ i)) (gain (+ decay whet) (+ gain decay)) (w...
by steve
Thu Sep 10, 2020 9:43 pm
Forum: Windows
Topic: Clicks not showing up on waveform
Replies: 38
Views: 1636

Re: Clicks not showing up on waveform

Tylertrue1 wrote:
Thu Sep 10, 2020 9:41 pm
Why cant people just read instead of listening to audiobooks? Ahahah
:D
by steve
Thu Sep 10, 2020 9:30 pm
Forum: GNU/Linux
Topic: Missing the < and > on audacity horizontal scrollbar
Replies: 18
Views: 923

Re: Missing the < and > on audacity horizontal scrollbar

The irony is that I have those buttons, and I never use them. I would happily send my < > buttons to you if that were possible :D