home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 519b.lha / MidiTools / MIDI_Tools.doc < prev    next >
Text File  |  1991-06-09  |  3KB  |  80 lines

  1.                     MIDI Tools
  2.  
  3.  
  4.     © Copyright 1988, 1991 Jack Deckard    All Rights Reserved
  5.  
  6.  
  7.     The following programs included with this file, SysEx, ProgChange, MIDI
  8. Keyboard, MIDI In to Out, Echo Processor, DXSwap, Matrix6Ed and FB-01Ed are 
  9. part of a general purpose tool kit I work on now and then. The programs 
  10. included here are NOT public domain, but are freely redistributeable to users 
  11. groups.
  12.  
  13.     All make use of the midi.library written by Bill Barton of Pregnant
  14. Badger Software. This allows more than one program to use the serial port.
  15. AmigaDOS version 2.0 is required for any program that uses a file requester.
  16.  
  17. Some documentation follows, everything should be pretty obvious. Some tools
  18. have initial parameters set up in the .info file, so check it out. You may
  19. run most of the programs (noneditors) up to nine times at once.
  20.  
  21.  
  22. MIDI In to Out
  23.      Just like it says, this sends all MIDI messages recieved back on out.
  24. You may turn off pressure and sysex messages if you wish.
  25.  
  26.  
  27. ProgChange
  28.      Send a program change message. A double click on the menu button will 
  29. bring up a requester to change the midi channel.
  30.  
  31.  
  32. MIDI Keyboard
  33.      Velocity is sent according to vertical placement. A double click on the 
  34. menu button will bring up a requester to change the midi channel.
  35.  
  36.  
  37. Echo Processor
  38.      Module to delay and resend midi messages. 1 to 31 repititions. User may
  39. select pitch and velocity data offsets for on/off messages.
  40.  
  41.  
  42. SysEx
  43.      File midi system exclusive data dumps on disk. Can be used for any
  44. nonhandshaking type of data dump. Error detection for the DX7, FB-01, and
  45. Matrix 6 is implemented. SysEx saves the complete message from $f0 to $f7,
  46. so you can do things like
  47.  
  48.         copy datafile.synth to ser:
  49.  
  50. at a CLI prompt if your preferences are set to MIDI baud rate.
  51.  
  52.  
  53. DXSwap
  54.     Allows you to rearrange voices in two different 32 voice bulk data dumps.
  55. No MIDI I/O is done.
  56.  
  57.  
  58. Matrix6Ed
  59.     A complete Matrix 6/1000 editor. Loads and saves in same format as SysEx.
  60. This program is shareware. The suggested fee is only $10.00.
  61.  
  62.  
  63. FB-01Ed
  64.     A complete FB-01 editor. Loads and saves in same format as SysEx. This 
  65. program is shareware. The suggested fee is $20.00 as it more polished than
  66. Matrix6Ed.
  67.  
  68.  
  69.     You may also purchase the source code to all of these programs for $50.00,
  70. which might give you a head start on writing your own synth editor.
  71.  
  72.     These modules will be updated to use the official Commodore midi.library,
  73. if and when that ever gets released.
  74.  
  75.         Jack Deckard
  76.         3808 Laguna Drive
  77.         Columbus, OH  43232
  78.         (614) 833-1496
  79.  
  80.