merge ROS Shell without integrated explorer part into trunk
[reactos.git] / reactos / drivers / dd / mpu401 / readme.txt
1 ----------------------------------
2 REACTOS MPU-401 MIDI DEVICE DRIVER
3 by Andrew Greenwood
4 ----------------------------------
5
6 This driver initializes the MPU-401 MIDI/joystick port found on
7 most sound cards, and allows the sending of simple messages.
8
9 It's far from complete, and at present will only support 1 device.
10
11 In Bochs, the MIDI output will be played using whatever device is
12 set up in Windows as your MIDI output.
13
14 For real hardware, the output will be played to whatever device is
15 attached to your MIDI/joystick port, or, in some cases, the wave-table
16 or other synth on-board your card (note: this is NOT an FM synth
17 driver!)
18
19
20 Thanks to Vizzini and all the other great ReactOS developers for
21 helping me code this driver and also for giving me encouragement.
22
23 I'd also like to thank Jeff Glatt, whose MIDI and MPU-401
24 documentation has been a valuable resource to me over the past few
25 years, and who provided me with almost all of my knowledge of MIDI
26 and MPU-401. His site is at: www.borg.com/~jglatt/
27
28 - Andrew "Silver Blade" Greenwood