[audacity4blind] Re: Sweeping eq

  • From: Steve Fiddle <stevethefiddle@xxxxxxxxx>
  • To: audacity4blind@xxxxxxxxxxxxx
  • Date: Tue, 7 Sep 2021 11:34:32 +0100

A couple more Nyquist snippets that can run in the Nyquist Prompt.
The first is a sweeping high pass filter:

(hp *track* (pwev 100 1 10000))

And here's a sweeping low pass filter:

(lp *track* (pwev 10000 1 100))

Steve

On Tue, 7 Sept 2021 at 11:27, Robert Hänggi <aarjay.robert@xxxxxxxxx> wrote:

Sure, there is
Here's a code snippet for the Nyquist prompt (effect or tool menu):

(reson *track* (pwl 0 200 1 20000 1) 150 2)

creates a sweep from 200 to 20000 Hz over the whole selection (time 0
to time 1).
150 is the bandwidth and 2 is the (energy distribution) mode.
You could insert additional time/value pairs in the pwl function, e.g.
"0.5 500" to have a slower start.
Happy experimenting
Robert


On 07/09/2021, Gary Hough <garygranthough@xxxxxxxxx> wrote:
hi folks,

is there any way to have e q freequency sweeping up during a selection
of a
track?
i'd like to do that afect in a song.
thanks,

Gary.


The audacity4blind web site is at
//www.freelists.org/webpage/audacity4blind

Subscribe and unsubscribe information, message archives,
Audacity keyboard commands, and more...

To unsubscribe from audacity4blind, send an email to
audacity4blind-request@xxxxxxxxxxxxx
with subject line
unsubscribe



The audacity4blind web site is at
//www.freelists.org/webpage/audacity4blind

Subscribe and unsubscribe information, message archives,
Audacity keyboard commands, and more...

To unsubscribe from audacity4blind, send an email to
audacity4blind-request@xxxxxxxxxxxxx
with subject line
unsubscribe


Other related posts: