home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / sound / groove / groove.txt < prev   
Text File  |  1994-08-14  |  13KB  |  277 lines

  1.              The Groove Analogue Sequencer Simulator
  2.  
  3.                            Tim Wright
  4.  
  5.  
  6. Overview.
  7.  
  8.      The Groove Analogue Sequencer Simulator is a program for the 
  9. Atari  ST range of computers which is designed to  replicate  the 
  10. effects of early "analogue" sequencers using modern MIDI equipped 
  11. sound creation devices. 
  12.  
  13.      Patterns  can be created and sent to a number  of  different 
  14. MIDI devices, producing both notes and also such effects as pitch 
  15. bend,   patch  change,   or  controller.  Patterns  can  also  be 
  16. transposed in real time utilising either the mouse or MIDI  input 
  17. from a suitable controller keyboard.
  18.  
  19.      Once created,  patterns can be stored in a memory bank,  and 
  20. then  chained  using a second,  "song play"  mode  allowing  more 
  21. complex arrangements to be built up. 
  22.  
  23.      Finally,  Patterns,  Groups  and Songs can be saved  to  and 
  24. loaded from disk. 
  25.  
  26. Loading the Program.
  27.  
  28.      To load the program,  simply insert the disk containing  the 
  29. program and switch on the computer.  When the directory  appears, 
  30. double  click on the icon labelled "GROOVE.PRG".  The  simulation 
  31. will now load and run automatically.
  32.  
  33. Using the Program.
  34.  
  35.      When first loaded,  the program defaults into "Pattern Data" 
  36. mode.  other modes may be selected by clicking upon the four main 
  37. icons in the lower middle of the screen, labelled "Pattern Data", 
  38. "Pattern Routing", "Disk" and "Pattern Chain". Each of these four 
  39. sections  will  be covered in more detail below,  but here  is  a 
  40. brief description of each section.
  41.  
  42. "Pattern Data" is the section where the raw numbers are  entered. 
  43. Three tracks are provided,  each with sixteen steps.  These three 
  44. tracks  produce MIDI information when passed through the  Pattern 
  45. routing stage.
  46.  
  47. "Pattern  Routing"  takes the information provided  by  the  Data 
  48. section  and turns it into MIDI output.  Eight output  "sections" 
  49. are provided.  Each one can have a different event type and  MIDI 
  50. channel, and use any (or all) of the data tracks. 
  51.  
  52. "Disk" is simply the section allowing loading and saving of data.
  53.  
  54. "Pattern Chain" allows you to take saved patterns and chain  them 
  55. automatically, thus producing longer pieces of music which change 
  56. rhythmically.  Theoretically  up  to  600 bars of  music  can  be 
  57. sequenced.
  58.  
  59.      To  the  right of the mode selection icons are  three  other 
  60. boxes.  These are,  from top to bottom, the Transport window, the 
  61. Transpose  window,  and the Tempo window.  The  Transport  window 
  62. acts  similarly to a tape deck,  whilst the other windows act  as 
  63. would be expected.  Please note... in all cases where a value may 
  64. be changed,  press the left mouse button to decrease it,  and the 
  65. right mouse button to increase it.  Also note that in some cases, 
  66. holding the left shift key will cause changes of one octave.
  67.      To  the  left  of the mode select icons  lies  the  sequence 
  68. storage  box.  This allows up to twelve patterns to be stored  in 
  69. memory,  and  later switched automatically using  pattern  change 
  70. mode.  For  each memory you have three buttons,  which behave  as 
  71. might be expected.
  72.  
  73. "Save" stores the current sequence in the memory location, unless 
  74. the location is locked.
  75.  
  76. "Load" copies the memory location into the current sequence.
  77.  
  78. "Lock"  allows  a  memory location to  be  protected  to  prevent 
  79. accidental erasure.
  80.  
  81.      Please note ... Some options are not available in all modes.
  82.  
  83.      Finally, above the mode select window and directly below the 
  84. various   mode  screens,   lies  a  status  bar  which   provides 
  85. information  as to the current mode of the program,  and  to  its 
  86. left, the MIDI information box. This is now briefly explained.
  87.  
  88.      The  MIDI  information box shows how the program  will  deal 
  89. with incoming MIDI information.  This can be in one of two modes, 
  90. Transpose  or Data,  and these are toggled by clicking  with  the 
  91. mouse upon the box itself.  In transpose mode, incoming notes are 
  92. used to set the Transpose value of the program;  C3 is defined as 
  93. no transposition.  In Data mode,  the mouse must be over a  value 
  94. and the program must be in the Pattern Data mode.  In this  case, 
  95. playing  notes  will  cause that value to be  inserted  into  the 
  96. corresponding  location,  allowing  a form of step  time  musical 
  97. entry over MIDI.  Please note that upon leaving the Pattern  data 
  98. screen, MIDI mode defaults automatically to Transpose.
  99.  
  100. Pattern Data.
  101.  
  102.      This section of the program consists of three  tracks,  each 
  103. split into two main areas.  The left hand area controls the order 
  104. in  which data is sent out (into the Pattern Routing  stage)  and 
  105. the right hand area displays the data itself.  The left hand area 
  106. is broken into three separate options. 
  107.  
  108.      The  first two or these are the "First step" option and  the 
  109. "Last step" option. These allow you to delineate a range of steps 
  110. which  are active.  For example,  of the first step it 2 and  the 
  111. last  step is 11,  then steps 1,12,13,14,15 and 16 will never  be 
  112. played.
  113.  
  114.      The third option is direction. This determines the manner in 
  115. which the program decides which order the steps should be  played 
  116. in. These are listed below.
  117.  
  118. "Forward"  - In this mode the step will cycle from first step  to 
  119. last step, and the loop back to first step. E.G. 1,2,3,4,1,2,3,4.
  120.  
  121. "Backward"  - This simply reverses the above  mode.  Given  first 
  122. step or 1 and last step of 4, we would produce 4,3,2,1,4,3,2,1.
  123.  
  124. "Shuttle" - This is a combination of the above two  methods,  and 
  125. would result in 1,2,3,4,3,2,1,2,3,4 and so on.
  126.  
  127. "Random"  -  The program picks a random value between  first  and 
  128. last steps inclusive. For example 1,3,4,2,4,3,3,1,2...
  129.  
  130. "Single" - The program plays the first step repeatedly. 1,1,1,1.
  131.  
  132.      The right hand area of the screen consists of sixteen steps, 
  133. each of which can be broken into three areas.  A first  value,  a 
  134. second value, and a pair of indicator lights.
  135.  
  136.      The  two  values  are simply those  numbers  which  will  be 
  137. transmitted  when  the sequencer is running.  For  those  of  you 
  138. unfamiliar  with  MIDI,  in a note type event  the  first  number 
  139. designates the pitch of the note in the following manner.  60  is 
  140. C3,  each  number  above or below designates an interval  of  one 
  141. semitone.  Hence,  72 is C4,  57 is A2.  The second number is the 
  142. velocity  value;  this  will commonly determine the  loudness  or 
  143. timbre of a sound.  Note that in some event types (program change 
  144. for example) the second value is ignored.
  145.  
  146.      The two indicator lights are set up like this; the left hand 
  147. light  is  an indicator which will light whenever  that  step  is 
  148. being played.  The right hand indicator indicates whether a  step 
  149. is active or not,  and can be changed by clicking on it;  if  the 
  150. light is out, then when that step is played then no event will be 
  151. generated by this channel.
  152.  
  153. Pattern Routing.
  154.  
  155.      The  pattern routing section is where you decide  what  will 
  156. happen  to the data generated by the  previous  section.  Several 
  157. channels  are available and these are displayed down the  screen. 
  158. Each channel has six different parameters,  which may be  changed 
  159. using the mouse. 
  160.  
  161.      The  first  is  the  type of  data  to  be  generated.  This 
  162. determines which kind of MIDI information will be  generated,  if 
  163. any.  If the type is set to "OFF", then no data will be generated 
  164. by  this channel.  NOTE will generate notes,  CTRL will  generate 
  165. control change events. In this case, the first number defines the 
  166. control  to  be moved,  the second number its new  value.  A  few 
  167. useful controller numbers are listed below.
  168.  
  169. 01 - Modulation.
  170. 05 - Portamento time.
  171. 07 - Main volume.
  172.  
  173.      PROGRAM events send program changes; in this case the second 
  174. value is ignored. Finally, PITCH sends pitch bend values. 
  175.  
  176.      The  next  parameter is the channel on which  the  resulting 
  177. MIDI  date is to be transmitted;  this can vary between  one  and 
  178. sixteen.   Note  that  more  than  one  of  the  groups  can   be 
  179. transmitting on the same MIDI channel if required.
  180.  
  181.      The  third parameter simply selects whether the track is  to 
  182. be affected by the transpose factor.  If the word is "greyed out" 
  183. then  the  transpose factor will have no  effect,  otherwise  the 
  184. pitch will be changed.  Note that transpose is only ever  applied 
  185. to NOTE events,  regardless of this setting- you cannot transpose 
  186. pitch bend messages.
  187.  
  188.      The remaining three parameter determine which of the  tracks 
  189. in  the  data  screen  are  to  applied  to  this  channel.   Any 
  190. combination is allowed,  but the results are unpredictable unless 
  191. you know how the program determines them; this is now explained.
  192.  
  193.      If  none of the selected track is generating  a  note,  then 
  194. nothing will be generated (obviously).  If one (and only) one  of 
  195. the tracks is active,  then this will be the event  produced.  If 
  196. more  than  one track is producing output,  then the  events  are 
  197. added.  However,  to prevent huge numbers being  generated,  each 
  198. added  number has a constant removed from it;  60.  Hence  adding 
  199. values of 64 and 64 would produce 68, whilst adding 62, 52 and 43 
  200. would produce 37. In terms of note values, 60 corresponds to C3.
  201.  
  202. Disk.
  203.  
  204.      In  this  screen  you can load or save  either  the  current 
  205. sequence, the group of stored sequences or the current song chain 
  206. to or from disk. Selecting any item displays a file selector.
  207.  
  208.      When saving data,  please ensure you use the suggested  file 
  209. extension  or  you  will  not  be able  to  see  the  files  when 
  210. attempting  to  reload them (although typing the  names  directly 
  211. will still work).
  212.  
  213. Pattern Chain.
  214.  
  215.      This  section is where you can arrange a number of  patterns 
  216. into a sequence and they will play back in order.  There are  two 
  217. main  sections.  At the top of the screen there are 150  numbers; 
  218. these represent the 150 possible steps.  At the bottom there is a 
  219. status bar.
  220.  
  221.      The steps can be changed by clicking on them with either the 
  222. left or right button.  Numbers one through to nine correspond  to 
  223. the  memories  one to nine,  whilst memories ten  to  twelve  are 
  224. referred to as A,B and C respectively. 
  225.  
  226.      The status bar has five different variables,  each of  which 
  227. will affect how the song plays back. Firstly, there is the length 
  228. variable.  This determines how many steps each pattern should  be 
  229. played  through  before moving onto the  next  pattern.  This  is 
  230. defined  because  different  tracks in each  pattern  may  be  of 
  231. different length. Note that this may be set to any number between 
  232. one and sixty four; by selecting higher numbers, each pattern may 
  233. be defined to play more than once for each "bar". 
  234.  
  235.      The second variable is closely linked with the  third;  they 
  236. define the first and last step which will be played. For example, 
  237. two and six would mean that bars 2,3,4,5 and 6 were played.
  238.  
  239.      The fourth variable, loop, is greyed out if switched off and 
  240. shown in clear white if switched on. When off, after the song has 
  241. reached the end of the last bar it will automatically stop.  When 
  242. switched on,  the song will loop back and start playing from  the 
  243. start again when it finishes.
  244.  
  245.      The final variable,  "bar",  simply shows which of the steps 
  246. shown above the computer is currently playing.  Please note  that 
  247. upon pressing stop, the computer always returns to the bar listed 
  248. as the first step. Therefore, if you change the first step whilst 
  249. the computer is stopped,  the bar may not always be  correct;  to 
  250. update the program simply press the stop icon once.
  251.  
  252. Other Information.
  253.  
  254.      This  program was written in STOS Basic.  This means it  may 
  255. not  work on newer models of the Atari range;  whilst  it  should 
  256. work  on  the STFM and STE,  it hasn't been tested  except  on  a 
  257. rather battered STM. In particular, I doubt it will work with the 
  258. TT or Falcon.
  259.  
  260. -----------------------------------------------------------------
  261.      Any bugs, suggestions, comments etc. should be e-mailed to 
  262.  
  263.      T.J.Wright@city.ac.uk
  264.  
  265. although that will probably expire in about six weeks. Failing 
  266. that, you could snail-mail to...
  267.  
  268.      Tim Wright,
  269.      21 Borough Road,
  270.      Isleworth,
  271.      MIDDLESEX,
  272.      TW7 5DT,
  273.      ENGLAND.
  274.  
  275. Tim Wright,
  276. 14th August 1994.
  277.