A: NothPole checks for a new version once per day. If you don’t like it to do this you can disable the check by issuing the following command in Terminal:
defaults write com.prosoniq.audiounit.NorthPole “userEnableUpdateCheckOnStartup” -int 0
Similarly, you can re-enable the check by using the command
defaults write com.prosoniq.audiounit.NorthPole “userEnableUpdateCheckOnStartup” -int 1
---