Dev notes
Audio plugin development on macOS
Avoid restarting macOS to find new AU plugins
killall -9 AudioComponentRegistrar
Debug Audio Unit with AUVal
- The executable path should be:
/usr/bin/auvaltool
- Then in the arguments tab enter the required auval arguments (something like
-v aufx SUBT MANF
).