home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / music / pss480 / readme.txt next >
Text File  |  1990-12-02  |  4KB  |  71 lines

  1. Docs for YAMV_ED.PRG:
  2.  
  3. This program is set up for a Yamaha PSS-480 or equivalent (I'm not sure
  4. about the 680).  It is completely GEM Based so DA's should work and it
  5. was written in GFA Basic 3.07.  You must have a color system since it 
  6. will only run in medium resolution.  I recommend the ST's default color
  7. palette, although a custom palette should work also though the text may
  8. come out strange.
  9.  
  10. The program works in 2 modes:
  11.  
  12. Mode 1: There are 4 menus that correspond to different voices and styles.
  13.         Use the right mouse button to change the menus and use the left
  14.         button to select a voice or style.  The display on the Yamaha
  15.         synth should indicate what was selected, either the tempo changed
  16.         due to a style selection or the voice changed.  This mode simulates
  17.         entering a selection from the synth itself.  The advantages are
  18.         that you only have to click a button instead of entering a 2 digit
  19.         code.  Picking a selection from the monitor display is also easier
  20.         since its easier to read than the small print on the synth.  When
  21.         you left click on a voice or style, the color will change.
  22.  
  23. Mode 2: This program has an automation feature where if you make selections
  24.         via the EXECUTE menu, every voice preset and/or style preset 
  25.         selection will be stored in order to play the synth real-time with
  26.         the various selections automatically being sent at some user-
  27.         specified time interval.  I've used terms from "fastest" to 
  28.         "slowest" because the time changes slightly when you increase the
  29.         tempo on the synth.  The program will ask for total # of presets
  30.         and the time interval between selections.  You can then select
  31.         from the Voice and/or Style Menus with the right/left buttons.
  32.         Towards the top-right corner (I've allowed room for a corner clock
  33.         if you've got one), is a display of current # of presets thus far.
  34.         It will say 'Done!' when you reached the total.  At this point,
  35.         you can view what you've selected and then Play a tune.  The 
  36.         PSS-480 should be in Keyboard Assign Mode since you really can't
  37.         do to much with it in Sound Source mode (which is used with 
  38.         commercial sequencers or playing songs with predefined presets).  
  39.  
  40. This program is freeware!  I'm not really a programmer but I like to dabble
  41. from time to time.  Known bugs are: Viewing more than 1 session - you may
  42. see more selections than what you've programmed, the other bug I know is
  43. only in the compiled version - sometimes when you leave a routine you may
  44. get a blank screen.  Ususally just clicking the left or right mouse button
  45. will get you back to the GEM menus.  The Multidesk Accessory sometimes 
  46. screws up also.
  47.  
  48. I've included the source code so you can 'dabble' to if you like.  I'd 
  49. appreciate any suggestions from you experienced programmers. I may upgrade
  50. this program to allow for GEM file selecting and save or load the selections
  51. you created to disk.  Have fun! Enjoy!
  52.  
  53. Notes on the PSS-480 synth:
  54.  
  55. Even though this is one of the cheapest synths, with MIDI and your Atari,
  56. it really performs well.  Most commercial sequencers work fine (I 
  57. recommend Dr. T's Graphical TigerCub and KCS Level 2).  Just make sure
  58. to use the echo feature or MIDI merge when in mode 99 (Sound Source) in
  59. order to be able to program predetermined voice presets.  I've also 
  60. downloaded a SYSEX program off of GEnie that allows you to save the song
  61. memory, voice banks, and custom drummer info to disk.
  62.  
  63. As far as patch librarians, I use PixelPro's Superlibrarian to manage all
  64. patch data.  With this program, you can send or receive patches that you
  65. create with the on-board digital synthesizer.  You can name them and 
  66. describe all the synthesized characteristics and eack patch is only 64
  67. bytes apiece so if you can store alot on 1 floppy and a ton on a hard
  68. drive.  You can also send or receive custom drummer data (or any SYSEX
  69. data) without having to do a whole SYSEX block dump.
  70.  
  71.