|
Resetting MIDI Output
The midiOutReset function turns off all notes on all MIDI channels for a specified MIDI
device. Then, the function marks any pending system-exclusive buffers as done and
returns them to the application. This function can be useful in an application
that uses MIDI output to provide the user with the ability to reset MIDI output.
Note Terminating a system-exclusive message without sending an EOX
(end-of-exclusive) byte can cause problems for the receiving device. The midiOutReset function does not send an EOX byte when it terminates a system-exclusive
message, because applications are responsible for doing this.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|