Article ID: 181360 - Last Review: March 11, 2005 - Revision: 3.3 MIDISmpl.exe Demonstrates How To Control MIDI DevicesThis article was previously published under Q181360 On This PageSUMMARY
MIDISmpl.exe is a self-extracting compressed file containing a Visual Basic
project that demonstrates controlling a MIDI device using some Windows API
functions. You can use the code in this project to control a MIDI device
from within your program.
MORE INFORMATIONThe following files are available for download from the Microsoft
Download Center: Midismpl.exe
(http://download.microsoft.com/download/vb50ent/sample4/1/w9xnt4/en-us/midismpl.exe)
For additional information about how to download Microsoft Support files, click the following article number to view the article in the Microsoft Knowledge Base:
119591
(http://support.microsoft.com/kb/119591/EN-US/
)
How to Obtain Microsoft Support Files from Online Services
Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help to prevent any unauthorized changes to the file.
When you run the self-extracting executable file, the following files are expanded into the MIDI Sample Project directory of your hard drive:
The MIDI Device menu allows you to set the MIDI device to another MIDI device. The contents of this menu depends upon the number of MIDI output devices you have installed in your system. The Channel menu allows you to set what MIDI channel the project will control. The Base Note menu allows you to set the note of the first key in the keyboard. For example, the default setting of 60 corresponds to the middle C note. The first key in the keyboard or the Z key will play a middle C. How the Sample WorksThe midiOutGetNumDevs function is used to determine if there are any MIDI devices and how many devices in the system. To find out the capabilities of the MIDI device in the system, use the midiOutGetDevCaps that contains a pointer to the User defined type variable containing the capability information. The midiOutOpen and midiOutClose functions respectively open and close the MIDI devices to receive MIDI instructions. The midiOutShortMsg function is used to send the MIDI instruction.(c) Microsoft Corporation 1998, All Rights Reserved. Contributions by Arsenio Locsin, Microsoft Corporation APPLIES TO
| Article Translations
|

Back to the top
