Theses are the source files for Midiplay.exe, the pascal
midi-piano and midi-drum.

These files are in the public domain.

The programme was compiled on Borland Pscal for Windows 7.00.
If you compile it on another compiler you may have to make
changes to the source files.

It uses the following BP standard units, which are not included
in the source file package:

WinTypes, WinProcs, WinDos, Objects, OMemory, OWindows, ODialogs,
  Strings, OStdDlgs, OStdWnds, BWCC, vk_codes, Validate, MMSystem;

The following files are part of this package:

Midiplay.pas    The main Window file
MIDInter.pas    The Interface to the MIDIDLL.DLL
MIDICons.pas    Constant definitions and global functions
MIDIIDS.pas     Windows (Menu etc) Identifiers
DrumMidi.pas    This is the main Drum File
MidiPian.pas    This is the main Piano File
Drumfile.pas    Contains the DRUM save and open routines.
MIDIMUSC.RES    Contains bitmaps, Menus, Dialogs, Icons etc.
MIDIDrum.pas    Contains functions to save drum as MIDI File

