• SONAR
  • Disable Dropout Popup
2014/03/07 17:15:37
cAPSLOCK
Working with X3 i AM BEING DRIVEN insane by the damn "Audio Dropout" popup in the right lower corner.  

1.  I already know the audio has dropped out.
2.  I am almost always going to adjust the zoom at this point and the popup is exactly in the way.  Every time.
 
I don't care that I have had an audio dropout and don't need this notification.
 
Is there a .ini or registry setting that will disable it?
 
If not I will make an autohotkey that does it, but I'd rather not.
2014/03/07 17:19:03
Sanderxpander
As an alternate solution, you could use the CTRL+Arrow keys to zoom? Not what you asked but may lessen your headache a little.
2014/03/07 17:31:22
scook
I don't know of a way to suppress TOAST messages but maybe adjusting the DropoutMsec in AUD.ini might reduce the occurrence of dropouts.
2014/03/07 17:36:21
cAPSLOCK
Thanks for this idea.  However I have indeed tried this trick. ;)  But I am not really up for changing my workflow.
 
Also the damn popup makes me mad even if I don't have to zoom.
 
I really just hope to discover there is a way to keep the popup from happening.  I seem to remember "do not show this again" could be clicked in a previous version.
2014/03/07 21:32:54
cAPSLOCK
cAPSLOCK

;
; AutoIt Version: 3.0
; Language: English
; Platform: Windows
; Author: cAPSLOCK
;
; Script Function:
; Watches for, then closes the Audio Dropout popup.
;
while 1
sleep(100)
if WinExists("", "The audio engine has been stopped unexpectedly.") then WinClose("", "The audio engine has been stopped unexpectedly.")
Wend
 
 



© 2026 APG vNext Commercial Version 5.1

Use My Existing Forum Account

Use My Social Media Account