home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 428.lha / MidiPlay_v1.0 / LinerNotes next >
Text File  |  1990-10-06  |  10KB  |  310 lines

  1. ====================================
  2. MidiPlay- Version 1.0 DOCUMENTATION 
  3. ==================================== 
  4.  
  5. INTRODUCTION
  6.  
  7. MidiPlay is essentially a graphic oriented shell for Bill Barton's 
  8. "playmf" utility for his PD MIDI Library. It meets  the need of a 
  9. general purpose  player for Standard MIDI Format (SMF) type 0 files.
  10. It is not intended to be used "live" because in this version external 
  11. MIDI start and control is not included. It IS hoped that this will 
  12. be used in the same way that people use SMUS players on the Amiga or 
  13. SID players on  the C64, and that now people may have a MIDI player 
  14. that is relatively easy to use. There are lots of MIDI instruments 
  15. out there that are both powerful and inexpensive, and lots of music 
  16. to be heard.
  17.  
  18. HARDWARE REQUIREMENTS
  19.  
  20. MIDI Interface
  21. MIDI Instrument (8 voice minimum recommended)
  22.  
  23. SOFTWARE REQUIRED BUT NOT INCLUDED IN NETWORK VERSION
  24.  
  25. Arp.Library Version 1.3 
  26.  
  27. WHAT YOU'VE GOT AND WHERE IT GOES
  28.  
  29. DISK MIDIPLAY IS ON MUST BE NAMED MKS-1
  30.  
  31. Arp.library----SYS:libs/
  32. mdrt.library---SYS:libs/
  33. playmf---------c/
  34. MidiPlay------- MKS-1:
  35. MidiPlay.info-- MKS-1:
  36. Disk.info-------MKS-1:
  37. MUSIC(dir)----- MKS-1:
  38.       Files:
  39.            Wall_St._Rag
  40.            Magnetic_Rag
  41.            Pineapple_Rag
  42.            Elite_Syncopations
  43.  
  44. Text Files------MKS-1: (text files is not a directory-just put the next
  45.                         two files on your MKS-1 disk)
  46.       LinerNotes
  47.       PlayList
  48.  
  49.  
  50. WORKING WITH MIDIPLAY
  51.  
  52. =======================WARNING!!!!!!!!!!!!!====================
  53. Do NOT click on the NEW gadget until you understand what you  are 
  54. doing!!!!
  55. Look for the section marked THE NEW BUTTON first.!!!!
  56. ===============================================================
  57.  
  58. 1. Make sure your MIDI interface and MIDI instrument are connected. 
  59. It is suggested that you turn on your MIDI instrument AFTER you see 
  60. MidiPlay's Main screen.
  61.  
  62. 2. Boot your system disk, open it, then click on MidiPlay's Icon. You 
  63. are now ready to rock.
  64.  
  65. THE MAIN SCREEN
  66.  
  67. The Main Screen consists of two portions. The top half consists  of 
  68. fifteen gadgets with the titles of the MIDI format songs.  Clicking on 
  69. any of these gadgets will play the titled song.
  70.  
  71.    1.)   In this version of MidiPlay your MUSIC directory may
  72.       only contain 15 titles and NO ".info" files.
  73.  
  74.     2.) You must use only MSF type (0) files. Most sequencer programs
  75.         will save in this format.
  76.  
  77.    3.)   It is possible to click on the tunes in any order and 
  78.       MidiPlay will play them in the order you click. This is
  79.       called the "Instant Programming Mode" (IPM).
  80.  
  81. THE NOTES BUTTON
  82.  
  83. Clicking on the Notes gadget brings up the LinerNotes Screen.  There 
  84. is a file called LinerNotes. You may edit this
  85. file to include notes on the songs in your MUSIC directory. The file 
  86. MUST be saved in ASCII format.
  87.  
  88. THE NEW BUTTON
  89.  
  90. This button puts the user into "Standard Programming Mode"  (SPM). In 
  91. SPM your program is saved as a file to be used anytime you have 
  92. MidiPlay running. Clicking on NEW will ERASE your old program, so use 
  93. it wisely.
  94.  
  95. After you click on NEW all you have to do is click on the Panel  
  96. Buttons marked 1 through 15. You may repeat any button you like  in 
  97. any order. When you are done click on the SAVE button and  your "Play 
  98. List" will be ready every time you use MidiPlay.
  99.  
  100. To hear your play list click on the PLAY button.
  101.  
  102. You may move MidiPlay's screen to the back by pressing LEFT-AMIGA
  103. and "N". Multitasking should pose no problem.
  104.  
  105. END OF DOCUMENTATION
  106.  
  107. ===========
  108. A PROPOSAL:
  109. ===========
  110.  
  111. With 16 MIDI channels there is much room for confusion on  setting up 
  112. a MIDI instrument to play sequencer files. I would  like to propose 
  113. the following system for people to use when  uploading files to 
  114. networks or BBS's; this would be placed in the file comment area or 
  115. in doc files:
  116.  
  117. TITLE SMF (FORMAT) MODE CHANNEL #VOICES
  118.  
  119. Here is an example from a file in this release:
  120.  
  121. MAGNETIC_RAG SMF(0) OMNI OFF 1 8
  122.  
  123. In the abovel, Magnetic Rag is in Standard  MIDI Format (0). The  mode
  124. is OMNI OFF and the file is sent on MIDI channel #1 with a total of 8 
  125. voices
  126.  
  127. If I had split my voices in to one channel for treble Clef and  
  128. another for Bass clef the file could read like this:
  129.  
  130. MAGNETIC_RAG SMF(0) OMNI OFF 1 4, 2 4
  131.  
  132. one further item to be added here would be the word "DRUM" to  signify 
  133. what channel a drum machine receives on:
  134.  
  135. MAGNETIC_RAG SMF(0) OMNI OFF 1 4, 2 4, 4 DRUM
  136.  
  137. In the above example there are 4 voices each on channels 1 and  2 and 
  138. the drum machine is on channel 4. I hope this system is  easy to work 
  139. with and will provide some standardization that I  haven't seen with 
  140. other computers. Under this system you could  even specify other 
  141. formats this way:
  142.  
  143. MAGNETIC_RAG MUSIC-X (PERF) OMNI OFF 1 4, 2 4, 4 DRUM
  144. MAGNETIC_RAG KCS (WHATEVER) OMNI OFF.....ETC.......
  145.  
  146. This system should make it a lot easier for a user to decide if  he 
  147. has the right equipment to play the file in question, and  will make 
  148. setting up the MIDI instruments a little bit easier.
  149.  
  150. ===================
  151. FUTURE ENHANCEMENTS
  152. ===================
  153.  
  154. Version 2.0 of MIDIPlay will only be available through the DBAL  (see 
  155. below). Added features will include:
  156.  
  157. Room for 45 SMF files
  158. multiple Playlists and LinerNotes
  159. Undo in SPM
  160. Ability to CD to different DIRS for "Albums" of music.
  161. Ability to print LinerNotes from within the program.
  162.  
  163. Not in Version 2.0 but in the "real soon now" category:
  164. external MIDI start and stop
  165. Ability to show a graphic for each file
  166.  
  167. ==========================================================
  168. PLEASE READ THE FOLLOWING FOR SOME INTERESTING AMIGA MUSIC  STUFF:
  169. ==========================================================
  170.  
  171. As an Amiga user I have sometimes been dismayed at the lack of  
  172. emphasis given to the music and sound capabilities of this  machine. I 
  173. teach at a small High School in southern Ohio, and I  use my Amiga for 
  174. lots of things, but mostly with a synthesizer  ensemble that I have. 
  175. This group is very popular in our area  and we play at many events, 
  176. the most recent being the Ohio  State Fair in August 1990. We want to 
  177. do much more with the  Amiga to "spread the gospel" so here is what we 
  178. are working on:
  179.  
  180. 1.)    In late January 1991 we will release the first disks of     
  181.    the DAWSON-BRYANT AMIGA LIBRARY (DBAL). This library is        
  182. totally dedicated to Music, Sound, & Music-Education           
  183. using the Amiga. The library will consist of already             
  184. released PD software and our own original programming.
  185.  
  186.       In what I believe is a first, any SHAREWARE programs we 
  187.       select for the library will net the author a royalty        
  188.        fee for each disk sold. Profits from the sale of              
  189.         library disks will be placed in a special fund at the 
  190.       school for the purchase of additional computer hardware
  191.       software, and music department equipment.
  192.  
  193.  
  194.  
  195. 2.)
  196.  
  197. We have been working on this library for almost a year,  and here is a 
  198. sampling of the original programming we  have in the "almost ready to 
  199. release" category:
  200.  
  201. FB-01 TOUR-
  202.  
  203. A complete interactive exploration of the FB-01 synth  module, with 
  204. side discussions of programming FM  synthesis, and FB-01 
  205. configurations. This disk will  also include the FB-01 Editor, over 
  206. 100 patches, and  several songs in DMCS format for playback through 
  207. the  FB-01.
  208.  
  209. MIDI PERFORMANCE SERIES-
  210.  
  211. "Live" performances of piano music in an album format  with extensive 
  212. liner notes on the pieces, featuring  playback of major themes, 
  213. motifs, and development  material.
  214.  
  215. TUTORIALS-
  216.  
  217. Interactive presentations on the following:
  218.  
  219.    MIDI BASICS
  220.    AMIGA SEQUENCERS
  221.    WRITING DRUM MACHINE PARTS
  222.    DMCS TIPS AND TRICKS
  223.  
  224. AMIGA SOUND-
  225.  
  226. My crack team of student "sample artists" have been  going out and 
  227. capturing some strange things to use as  samples. We have some pretty 
  228. neat stuff now, but our  Mimetics sampler is just a little too "dirty" 
  229. for my  taste. If we get any money from the sale of disks, then  one 
  230. of our first purchases will be the AMAS sampler.
  231.  
  232. MUSIC THEORY-
  233.  
  234. EAR TRAINING I-INTERVALS: This one has been hard to  program and still 
  235. needs work, but here is what it has:
  236.  
  237.    PLAYBACK THROUGH THE AMIGA OR MIDI
  238.    REMOTE CONTROL OF PROGRAM FROM A MIDI KEYBOARD
  239.    COMPLETE TESTING FACILITIES
  240.    PASSWORD PROTECTED FOR STUDENT AND TEACHER
  241.    SEVERAL DIFFERENT REPORT FORMATS
  242.    SPEECH FOR THE VISUALLY IMPAIRED
  243.  
  244. TEACHER TOOLS-
  245.  
  246. Music Library database for Music teachers
  247. Testmaker program with answer key
  248.  
  249. 3.)
  250.  
  251. If we ever make any money from the library our second  step will be 
  252. the creation of a Multi-node BBS. We have  been working on DOORS that 
  253. will allow interactive  teaching programs for students and one that 
  254. essentially  is our Testmaker program for teachers.
  255.  
  256. My dream is that schools would have USR Courier HST  modems, and then 
  257. we could really fire some skypix over  the lines and let students 
  258. control programs with the  mouse.
  259.  
  260.  
  261.  
  262. If you have any ideas for our library or would like to be placed  on 
  263. our mailing list for more information and catalogs send your name and 
  264. address to the following:
  265.  
  266.  
  267.  
  268. John Rappold
  269. Music Department
  270. Dawson-Bryant High School
  271. Hornet Lane
  272. Coal Grove, Ohio 45638
  273.  
  274. You may also contact me via E-Mail on PLink as Groovetone
  275.  
  276.  
  277. Please specify that you want information concerning the DBAL, and  
  278. PLEASE....NEVER CALL THE SCHOOL! We are a teaching institution  that 
  279. doesn't have time to answer phone calls on anything  concerning the 
  280. DBAL, and besides, I HATE to be called out of  class. I will be glad 
  281. to answer any questions you send by mail.
  282.  
  283. ==============
  284. SPECIAL THANKS
  285. ==============
  286.  
  287. BILL BARTON- MIDI Library and help with the "playmf" utility
  288.  
  289. CHARLIE HEATH et.al.- ARP library
  290.  
  291. JACK TAYLOR -Class of '89-The HORNET Disk icon.
  292.  
  293. =============
  294. MidiPlay V1.0
  295. =============
  296.  
  297. MidiPlay V1.0 is © 1990 John Rappold
  298. released as FreeWare with the following provisos:
  299.  
  300. No part of the program code or documentation may be modified in
  301. any manner. The original documentation must be included in any
  302. release: BBS, Network, Disk Collections.
  303.  
  304. Any uploads must stay in the .LZH format with only the original
  305. files included. 
  306.  
  307.  
  308. Programmed by John Rappold with CanDo
  309. PLINK-Groovetone
  310.