Installation Issues

Windows Installation Issues


macOS Installation Issues

Fixing Audio Unit Issues

Delete the old plugin and then copy a new one. Log off, or reboot your Mac if the plugin can not be loaded.

If you want to manually validate the Audio Unit, open the "Terminal" application and run this command:

auval -v aufx urbY gtuY

For more advanced troubleshooting methods run these commands in "Terminal":

This is a safe operation

This will kill AudioComponentRegistrar process.

It could solve the Audio Unit not showing up problem.

Command:
killall -9 AudioComponentRegistrar

This is a safe operation

Delete com.apple.audio.InfoHelper.plist file. This could be done using Finder or Terminal via the command below.

It could solve various Audio Unit issues.

Command:
rm ~/Library/Preferences/com.apple.audio.InfoHelper.plist

Last updated

Was this helpful?