Page 1 of 1
plugin question
Posted: Fri Nov 07, 2008 10:29 am
by anechoic
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!

Re: plugin question
Posted: Fri Nov 07, 2008 1:19 pm
by steve
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.
Re: plugin question
Posted: Fri Nov 07, 2008 7:08 pm
by anechoic
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!

Re: plugin question
Posted: Sat Nov 08, 2008 11:58 am
by steve
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.