Version: 1.1

Posted: 2009-03-19

Build Requirements: Mac OS X v10.6 or later

Runtime Requirements: Mac OS X v10.6 or later

View Source Code:

Download Sample Code (“FilterDemo.zip”, 47.1K)



Description

This project will build a simple Audio Unit effect and a Cocoa UI to go along with it. The effect is a simple resonant low-pass filter which has two parameters: cutoff frequency and resonance. It demonstrates how to implement a custom property for communicating information between the Audio Unit and its view. Also, it shows how to publish factory presets. The Cocoa view features a resizeable real-time display of the frequency-response curve which can be directly manipulated through a control point.

Document Revision History

Date Notes
2009-03-19Updated for Mac OS X 10.6
2005-06-01The project builds a simple resonant low-pass filter audio unit