home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 019.lha / PANLDOC < prev    next >
Text File  |  1986-11-10  |  4KB  |  70 lines

  1.        UNIVERSAL MIDI PATCH PANEL
  2.              ß1.2 Version
  3.          © 1987 David Weinbach           1/4/87
  4.  
  5.   This version only of this program is
  6.  hereby released into the public domain
  7.  upon the condition that the following
  8.  files continue to be distributed as a
  9.  complete package:
  10.  
  11.            PANL.       28496 midi panel prog
  12.            PANL.info     618 
  13.         PANLdoc.        3505 this doc file
  14.         PANLdoc.info     464
  15.         EXECUTE.ME        91 just kidding!?
  16.  
  17. NOTE:def.syn parameter file is now generated by
  18.      PANL1.2 Your old data file will not work.
  19. V- Press here for next page
  20.  
  21.                About midiPANL              click >
  22.  
  23.   This is a ß-Test version of a program to
  24. allow midi parameter info to be sent from the
  25. Amiga to any midi device that can accept param
  26. info. This is not a patch librarian in that it
  27. does not save the parameter information, it 
  28. just sends codes to the midi device.
  29.  
  30.                About version1.2
  31.  
  32.   This is the third release of this program and more features have been implemented. Please note that 'SEND ALL PARAMETERS' is now functional and that the program can now share the midi port with anyother application, including itself. instructions follow.
  33.  
  34. V-Press here for setup instructions.              Setting up midiPANL          back to>
  35.  The program code includes the settings and
  36. names I use with my Sequential Circuits 6-Trak
  37. Synth. These defaults can be overridden by
  38. selecting 'setup' from the mode menu, clicking
  39. on the gadgets you want to change, and then saving from the 'project' menu. You can select the parameter file to be used by typing from
  40. the CLI or a batch file: 
  41.   1>midiPANL myfile
  42. if you do not supply a name midiPANL will first
  43. look for a file called DEF.SYN, and if this is
  44. not found will then use it's internal defaults.
  45. From workbench def.syn is always loaded if present. You can set up a number of data files to be used under different conditions or get more parameters on-line by using multiple invocations of PANL, each with its own data file.
  46. V-Press here for next page.
  47.      Setting up your parameter file      Back to >
  48.  
  49.  In order to make this program useful to you,
  50. you will have to set up a parameter file. To do this, you have to decide what parameters you want to put where. You always have a max of 16 analog and 8 toggle parameters. When you've found the parameter numbers in the midi implementation sheet for your synth, select 'SETUP' from the 'operating mode' menu. Now, each time you click on a gadget a window will open asking for a name. 7 chars are allowed for sliders and 11 for buttons. You must click on the name and press return even if you don't want to change it. Next. a request for the parameter number will be displayed. When done, select 'save' or 'save as' from the project menu to save your file.
  51.  
  52. V-Press here for next page
  53.  
  54.  
  55.           midiPANL program notes         Back to >
  56. 1. This version saves the midi channel in the
  57.    parameter file.
  58. 2. This program will work from cli or WB.
  59. 3. This version will allow multiple copies
  60.    to run at once.
  61.                    Tech Talk
  62.    Each time you release a slider or button,
  63.  three significant bytes are sent to the midi
  64.  (serial) port:  
  65.    Status    Second    Third
  66.     Bx hex    param#    new_value
  67.  the status is the parameter change command
  68.  for channel x, the second is the parameter
  69.  number from your data file, and the third is a number between 0 and 127 for an analog control or 0 or 64 for a button
  70.                -End of File-