home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / music / junovoic / junovoic.doc < prev   
Text File  |  1987-11-03  |  3KB  |  56 lines

  1. A few quick notes on Junovoic.bas.
  2.  
  3.      The program was written for a Roland Alpha-Juno 1.  It should
  4. work on a Juno-2 and an MKS-50 although it has not been tested.
  5.  
  6.      The program is not intended to be a full blown editor/librarian.
  7. I originally wrote it to only display all of the parms for a patch
  8. on the screen simultaneously.  I later added the file save/retrieve,
  9. patch print, and directory options for convenience.
  10.  
  11.      Obviously the program has some limitations.  It views a group
  12. of Juno voices as 8 banks of 8 cells (numbers on the synth) just like
  13. the Juno.  I had trouble overflowing the midi buffer when i tried a 
  14. bulk dump so the program receives voices one at a time.  The program
  15. does not transmit any data to the Juno and uses the front panel of the
  16. Juno as a transmission control in order to receive the voice parms.
  17. The following tips should help.
  18.  
  19.      1) Be sure to set MIDI EXCL=ON on the JUNO.
  20.      2) When selecting option 1 from the menu
  21.           a)   The Juno transmits the patch data as soon as you
  22.                press a select button on its front panel.  The program,
  23.                therefore pauses before every bank, including the first
  24.                one, to allow you to set the bank.  For instance,
  25.                after selecting option 1 the program prompts you to hit
  26.                enter.  Be sure to set to bank 1 before hitting enter.
  27.                After the prompt is gone, select cells (numbers) 1 - 8
  28.                in the ascending sequence.  After selecting 8, the 
  29.                program again prompts you.  Select bank 2, hit enter, and
  30.                select the cells as described above.  When you have 
  31.                finished with bank 8 the program will return you to the
  32.                main menu.
  33.           b)   Option 2 allows you to receive only 1 voice instead of the
  34.                entire group.  With this option, the program needs to know
  35.                where to place the voice in the 8 by 8 group.  It will
  36.                prompt you for bank and cell, then wait for you to select
  37.                the voice from the Juno's front panel.  Again, be sure to
  38.                position the Juno before responding to the prompts.
  39.      3) The program prints and displays the envelope parms numerically.
  40.         The Juno has graphic representations for these parms.  I used
  41.         the midi data value, 0 thru 3, in the same order as the options
  42.         appear on the Juno.  For example, the second DCO ENV parm has
  43.         four options for you to choose.  The first is option 0, etc.
  44.       
  45.  
  46.      If you have any comments about this program please let me know.
  47.      There are many modifications to be made to make this shell more
  48.      useful.  I request, for posterities sake, that if you modify 
  49.      Junovoic.bas, you upload it as a new version, document your changes,
  50.      and leave my name as well as yours in the code so that we all may
  51.      share in the feedback. 
  52.  
  53.                               Good luck,
  54.                               Loren Claypool
  55.               
  56.