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 General Queries / How to launch a sequencer? < prev    next >
Encoding:
Text File  |  1998-10-26  |  1.3 KB  |  45 lines  |  [TEXT/ScoM]

  1. HOW TO LAUNCH A SEQUENCER
  2.  
  3. You have to supply launch-midi the creator code of the sequencer.
  4. You'll get the creator code with File Fanatic (public domain program).
  5.  
  6. >1. compile-song-p and all these commands have syntax compile-song-p path
  7. >...etc
  8. >
  9. >in the examples, path seems to be defined as (ccl;output), output being
  10. >the output folder. what then is ccl?
  11.  
  12. ccl is the home directory where SCOM application program resides
  13. when you start it. ccl;output means a subfolder 'output' in ccl
  14. folder.
  15.  
  16. >2. which command is best to creating a midifile in the output folder
  17. >without playing the file? suppose i load a tutorial score and want to
  18. >replace compile-song with sopmething else, without having to mess with
  19. >the definitions too much.
  20.  
  21. Just drop the -p off the name, and the add the launch-midi with the
  22. right creator and the same file name that is on the compile command.
  23.  
  24. >3. i have studio vision pro running alongside scom. which is the best
  25. >way to efficiently compile scom files and then dumping them into vision?
  26. >what are your experiences? are there other sequencers which work better?
  27.  
  28. To launch Studio Vision Pro use
  29.  
  30. (launch-midi "MIDA" "song")
  31.  
  32. Other apps that launch ok are
  33.  
  34. SoundApp
  35.  
  36. (launch-midi "SCPL" "song")
  37.  
  38. Logic
  39.  
  40. (launch-midi "EMAG" "song")
  41.  
  42. Digital Performer
  43.  
  44. (launch-midi "MOUP" "song")
  45.