home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / SND_TOOL / WM10.ZIP / DOC.DAT / mid1to0.txt < prev    next >
Encoding:
Text File  |  1995-08-30  |  1.6 KB  |  34 lines

  1.  WM MID 1to0
  2.  ───────────
  3.  
  4.  WM MID1to0 reads a Level 1 Standard MIDI file and creates a Level 0 Standard 
  5.  MIDI file {WMMID}, mixing down the multiple tracks of the former to the single 
  6.  track making up the latter. Sequence, Track and Instrument names are converted
  7.  to Text events.
  8.  
  9.  This may come in handy when using software without support for Level 1 files.
  10.  You may want to use WM MIDmute {MIDmute} and/or WM MIDsolo {MIDsolo} to break 
  11.  down the original file into several parts (so as to prevent mixing of tracks 
  12.  controlling different instruments but using the same channel number). All
  13.  WAVmaker applications support Level 1 files, of course!
  14.  
  15.  Usage:  MID1to0 <source> <destination> 
  16.  
  17.          If no extension is specified, the default MID is used for both 
  18.          files. The source file may NOT be overwritten; you must use 
  19.          different filenames and/or extensions for source and destination.
  20.  
  21.  Note:   Do not be surprised if the destination file is larger than the 
  22.          source file. Like WM MIDsolo {MIDsolo} and WM MIDmute {MIDmute}, 
  23.          WM MID 1to0 writes out all events in full, while the source file
  24.          may be employing "running status", i.e. leaving out the status 
  25.          byte (which identifies the event type, distinguishing e.g. a Note 
  26.          On from a Note Off) for all but the first event in unbroken chains 
  27.          of the same event type.
  28.  
  29.  The following title:value pairs are written to WAVmaker's public Function key
  30.  file {FnKeys} upon successful termination:
  31.  
  32.                              File #1      : <source>
  33.                              File #2      : <destination>
  34.