Leo's Audio DSP project

Friday, May 11, 2007

The future of the project: Software plug-in

I decided to write a Mac Audio Unit (AU) plug-in and convert the implemented effect to a flanger since chorus and flanger are really similar. The plug-in will be launchable in GarageBand and will have 2-3 adjustable parameters that can be controlled on-the-fly.

I'm using the codebase of a sample AU that came with the Xcode developer package.

My first milestone is to get the DSP running through the Mac with no controls.

The second milestone is to implement the first controllable parameter and move on to the second and third.