home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / midifos2.zip / MIDI.H < prev    next >
Text File  |  1993-06-14  |  564b  |  20 lines

  1. #define NOTEOFF 0x80
  2. #define NOTEON 0x90
  3. #define PRESSURE 0xa0
  4. #define CONTROLLER 0xb0
  5. #define PITCHBEND 0xe0
  6. #define PROGRAM 0xc0
  7. #define CHANPRESSURE 0xd0
  8.  
  9. /* These are the strings used in keynote to identify Standard MIDI File */
  10. /* meta text messages. */
  11.  
  12. #define METATEXT        "Text Event"
  13. #define METACOPYRIGHT        "Copyright Notice"
  14. #define METASEQUENCE        "Sequence/Track Name"
  15. #define METAINSTRUMENT        "Instrument Name"
  16. #define METALYRIC        "Lyric"
  17. #define METAMARKER        "Marker"
  18. #define METACUE            "Cue Point"
  19. #define METAUNRECOGNIZED    "Unrecognized"
  20.