home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / Projects / Questions & Answers / Q&A Basic / How to get my controllers? < prev    next >
Encoding:
Text File  |  1998-10-26  |  1.5 KB  |  34 lines  |  [TEXT/ScoM]

  1. >i discovered that i can vary just about every single parameter of my ensoniq
  2. >and kyma through midi controller data.  i've been able to only generate
  3. >pan, volume, and modulation-wheel controller data through SCOM, because the
  4. >manual only gives me the names of those parameters.  from page 179 of the
  5. >manual:
  6. >
  7. >(def-controller gm-controllers
  8. >  (sax-controller
  9. >    main-volume (list '(65 70 80 90) (vector-round 50 100 (gen-sin 1 0.3 32
  10. >180)))
  11. >    modulation-wheel (list (   .....blah blah))
  12. >  )
  13. >)
  14. >
  15. >i want to alter all possible midi controller numbers (all 128 of them?), not
  16. >just these.  what names do i use?  for example, i think volume is really midi
  17. >controller #7.
  18.  
  19. You must define a setup. You can find a general midi setup in the Environment/
  20. Extensions folder. This file is pretty self-explaining and you can use it
  21. as an example to write a setup for your synthesizers. When you have finished
  22. the file save it into the same folder and it is executed automatically when
  23. Symbolic Composer boots up, and you can use your controllers.
  24.  
  25. If you have a synth with effects then you can also control the effect sends 
  26. and their values. Vector-rounding sinewave makes wonders when applied to 
  27. attack-time, chorus-level, reverb-level variation-level, filter and volume. 
  28. A boring sound becomes a lively instrument. When all instruments have a 
  29. similar 'performance space' and the tempo is variated by fourier waves and 
  30. a little humanisation is added to velocities and legatos it starts sounding
  31. like it was performed.
  32.  
  33.  
  34.