[Stk] Re: frequency analyzer for stk library

Gary Scavone gary@ccrma.Stanford.EDU
Mon, 30 Sep 2002 10:13:27 -0700 (PDT)


Hi Jean Marc,

As far as I know, no one has developed an fft-based class in STK yet 
... it would be a great contribution!

If you're going to do this, you might look at the fftw package, which
has very efficient fft routines.  I would envision fft and ifft
wrapper classes on the fftw routines and then perhaps your frequency
analyzer as a separate class?

The next release of STK will happen shortly, but I don't see how any 
of the additions would impact on your work.  Here's a list of the 
changes in the next release:

- osx and windows asio support added
- several RtAudio fixes and improvements
- added nextOut() method to Delay classes
- documentation fixes for Reverb classes
- RAWWAVE_PATH changed to include the "rawwave" directory
- "configure" support added for unix systems
- sample rate flag added as command line option to example programs
- socket port number added as command line option to example programs
- added Voicer, SingWave, and VoicForm classes
- new whistle class
- improvements to the banded waveguide instruments

--gary


On Mon, 30 Sep 2002, jean marc Mercier wrote:

>>Dear Gary Scavone,
>>
>>I am having a lot of fun playing with the stk library. Thanks for
>>this very useful real time package.
>>I would like to develop a real time frequency analyzer class within the stk 
>>library. So I began to add a new class to the stk ones. But may be i am 
>>rediscovering the wheel ? Could you be kind enough to tell me if such an 
>>frequency analyzer class has already been developed within the Stk library, and 
>>casewhere tell me where I can find the sources ?
>>In case not I would be pleased to hear your advises for the header structure 
>>and give my code for the stk next release.
>>Thank you in advance.
>>
>>jean marc Mercier