Apple web page open audio unit plugin sample code. (By the way, the following code is for plugin. I'm not talking about iOS/Cocoa app using audio units.)
We can download this code, build *.component
file, move this file to
/Library/Audio/Plug-Ins/Components/
, and use it with AU Lab.
Then we can get "AU VALIDATION SUCCEEDED
." message with "% auvaltool -v aufx Pass Demo
" command.
But, Logic 9(both of 32 and 64bit) can't recognize this plugin. In Audio Units Manager window, this plugin doesn't exist in that list.
How can I fix for using devloped audio unit plugins in DAW?