MIDITEST for the Gravis Ultrasound Miditest is a utility to display the incoming MIDI stream in a plain old DOS session. I decided to write it when a friend was trying to get his homebrew MIDI interface up and running, and having no luck. We weren't sure whether the problem was in the hardware, or in the Windows installation. A quick search did not unearth any suitable DOS utility, so Miditest was born. The MIDI data is shown in raw form at the left of the screen, with a (partially) decoded representation beside it. "real time" MIDI bytes (f8..ff) are ignored for clarity. System bytes f0..f7 are not fully decoded (this is just a test program, after all). The program also echos whatever is received to the midi output, for testing purposes. Note that there will be some lag time. The program assumes that you have the requisite ULTRASND= line in your autoexec.bat, and that the card has been initialized with ultrinit.exe. You must run the program from DOS, and SBOS must not be resident. You may use this program for non-commercial purposes. I hope someone finds it useful. Dave Perry dp@hydra.carleton.ca