plugin question

This section is now closed
Forum rules
Audacity 1.2.x is now obsolete. Please use the current Audacity 2.1.x version.

Mac 0S X 10.3 and earlier are no longer supported but you can download legacy versions of Audacity for those systems HERE.
Locked
anechoic
Posts: 24
Joined: Thu Aug 07, 2008 8:02 pm
Operating System: Linux *buntu

plugin question

Post by anechoic » Fri Nov 07, 2008 10:29 am

sorry for the post here but I seem to remember there being a Nyquist plugin that would take a sound file and split into separate bands each of which were exported to a separate sound file.
Can someone help refresh my memory?
Which plugin was this?
ciao! :)

steve
Site Admin
Posts: 80681
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: plugin question

Post by steve » Fri Nov 07, 2008 1:19 pm

That's not a plug in that I've come across (could you be confusing Audacity with Audition?), but you can create this effect manually by duplicating the track several times (Ctrl+D) and using the high-pass and low-pass filters to separate the frequency bands.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

anechoic
Posts: 24
Joined: Thu Aug 07, 2008 8:02 pm
Operating System: Linux *buntu

Re: plugin question

Post by anechoic » Fri Nov 07, 2008 7:08 pm

no I'm on OS X and don't use Audition
I don't remember if it was Audacity but I seem to remember it being a Nyquist plug
maybe not -- but I can make this in Max/MSP


never mind...I found the app I was looking for -- it was Fscape not a Nyquist plug
but then again it would make for a cool Nyquist plug! :)

steve
Site Admin
Posts: 80681
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: plugin question

Post by steve » Sat Nov 08, 2008 11:58 am

anechoic wrote:but then again it would make for a cool Nyquist plug! :)
It certainly would, but unfortunately due to the way that Nyquist is implemented in Audacity I don't think it would be possible.
As far as I know, there is no way for Nyquist to create new tracks, it can only return audio to the track that is currently selected, or in the case of Generator scripts it will either create a single mono track, or if one or more tracks are selected, will return the same audio to all tracks/channels.

Since Audacity supports a maximum of 2 channels per track (stereo) it would be possible to write a Nyquist plug-in to split audio into 2 frequency bands. To split into more than 2 bands would require applying the plug-in several times on duplicate copies and changing the frequency band each time.

There is no problem in Nyquist to split the sound into multiple bands, the problem is that you can't get them back into Audacity.

A Frequency band splitter could perhaps be written into Audacity itself. You may like to suggest that in the "Adding Features to Audacity" section of this forum.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Locked