AudioUnit Plug-ins¶
Some resources:
- Core Audio Overview: http://developer.apple.com/documentation/MusicAudio/Conceptual/CoreAudioOverview/WhatsinCoreAudio/WhatsinCoreAudio.html#//apple_ref/doc/uid/TP40003577-CH4-DontLinkElementID_23
- Tech Note Overview: http://developer.apple.com/technotes/tn2007/tn2207.html#AUDIO_UNIT_VIEWS
- Tech Note on UI issues (hosting perspective): http://developer.apple.com/technotes/tn2007/tn2213.html
- Audio Unit Programming Guide (UI/View): http://developer.apple.com/documentation/MusicAudio/Conceptual/AudioUnitProgrammingGuide/TheAudioUnitView/TheAudioUnitView.html#//apple_ref/doc/uid/TP40003278-CH13-SW1
- Info on Multichannel Plugs: http://cgi.cse.unsw.edu.au/~nickm/?Information:Developing_Audio_Units:Multi-channel_AUs
- Tristan notes that the freeverb audio unit code was helpful: http://destroyfx.smartelectronix.com/audiounits.html
- Source code of some AU Plugins: http://destroyfx.svn.sourceforge.net/viewvc/destroyfx/
- CoreAudio tutorial that doesn't use XCode: http://quickdekay.net/Software/Tutorials/CoreAudio/