home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / PROG / MIDICOMP.ZIP / README.TXT < prev   
Encoding:
Text File  |  1995-07-04  |  1.8 KB  |  43 lines

  1.  Delphi MIDI I/O Components               Version 1.0  4 July 1995
  2.  --------------------------               ------------------------
  3.  
  4.  These components handle low-level MIDI input and output using the 
  5. Windows multimedia MIDI functions. They encapsulate all the nasty
  6. low-level stuff into some intermediate-level components. They support
  7. both short MIDI messages (e.g. note on/off, program change) and long
  8. MIDI messages (e.g. system exclusive, sample dumps). 
  9.  
  10.  To install the components:
  11.  
  12.  1. Use Delphi's Options|Install Components to install MIDIIN.PAS and
  13.  MIDIOUT.PAS. This should give you MIDI input and output components
  14.  on the Samples tab.
  15.  
  16.  2. Load the project DELPHMID and select Compile|Build All to build
  17.  DELPHMID.DLL.
  18.  
  19.  3. Load the project MIDIMON and try running it.
  20.  
  21.  There's no formal documentation, but there are lists of properties,
  22. methods, and events in the headers of MIDIIN.PAS and MIDIOUT.PAS.
  23. There's also a couple of example projects: MIDIMON.PAS is a simple
  24. monitor that demonstrates using components created at design time,
  25. and MULTIMON.PAS demonstrates using multiple input and output components
  26. created at runtime.
  27.  
  28.  If you need to know more about MIDI messages you can get a nice package 
  29. of MIDI documentation by sending an email message to 
  30. listserv@auvm.american.edu with GET MIDISPEC PACKAGE in the message 
  31. body.
  32.  
  33.  These components are in the public domain so feel free to produce
  34. any type of program based on them. 
  35.  
  36.  The components were thrown together fairly quickly and still have a few 
  37. rough edges. As they're my first Delphi components I'd appreciate any 
  38. feedback and suggestions for improvement. Of course there may be a few 
  39. bugs, so if you find any please let me know. My email address is 
  40. dchurcher@cix.compulink.co.uk.
  41.  
  42.  
  43.