[sound] midi_card = DIGI patches = data\patches.datand you are good to go.
Bytes in hex | Meaning |
---|---|
B0 07 FF | Set volume controller to max (on channel 0) |
C0 00 | Change the program to the first one (the grand piano in General MIDI) (also on channel 0) |
90 3C 7F | Start a note (middle C) with max velocity (still channel 0) |
90 3C 00 | End the note (middle C) with zero velocity - actually, a note on command with zero velocity is considered a note off (you could ommit the 90) (still channel 0) |