olilarkin / wdl-ol

Enhanced version of Cockos' iPlug - A simple-to-use C++ framework for developing cross platform audio plugins and targeting multiple plugin APIs with the same code. VST / VST3 / Audiounit / RTAS / AAX (Native) formats supported. NOTE: THIS IS OBSOLETE, PLEASE SEE IPLUG2:
https://github.com/iplug2
935 stars 187 forks source link

IPlugSpectFFT Example #50

Closed witmerm closed 6 years ago

witmerm commented 8 years ago

This is an example of an FFT spectrum analyzer using the WDL fft.h/c. There is room for a lot of improvement, and I am hoping that others are able to contribute. I have only built the VST version on Windows, but based from my implementation of my private code, everything should work in OS X and Windows for AU, VST, VST3, RTAS, and AAX.

olilarkin commented 8 years ago

thanks for this, i have compiled it on osx with a few tweaks, will merge soon

olilarkin commented 6 years ago

Not going to merge this now, but may include your FFT example in forthcoming version. I have the code