DebugAssert when disconnecting a USB MIDI Interface
DebugAssert when disconnecting a USB MIDI Interface
- Subject: DebugAssert when disconnecting a USB MIDI Interface
- From: Scott Ruda <email@hidden>
- Date: Tue, 11 Sep 2001 00:01:29 -0700
I get the following when I disconnect my MIDISport interface while my
Java CoreAudio MIDI application is running:
DebugAssert: Third Party Client: asyncReadResult== noErr [-536870163]
done [line 347, file USBMIDIDriverBase.cpp]
Is this a driver problem, or a problem in the CoreAudio code? Should I
contact MIDIMan?
I was hoping that instead I would get a MIDINotification in the
MIDIClient's notification callback when this happens so that I could
shut down my application cleanly.
Scott