Jump to content

opmo

Administrators
  • Posts

    2,894
  • Joined

  • Last visited

Everything posted by opmo

  1. A new Update 3.0.29173 with 4 new functions are now available for download. They include SPECTRAL, CHORD-DICTUM, MAKE-CHORD-DICTUM and GEN-CHORD-DICTUM.
  2. Second in the series: Book 2. We too planing to update the Book 1.
  3. The second book in the series will be released in the spring.
  4. To use Live Coding in individual workspace give you the control of the scores.
  5. To use multiply instances of Live Coding you need to use multiply workspaces.
  6. Best wishes to you all, happy coding and Happy New year. Janusz P.S. Opusmodus AI expert
  7. One solution would be: (setf omn '((q e3 p -q s a4) (s f3 mp -s) (e g3 mf))) (setf dictum '((:any q :apply ord) (:any e :apply spicc) (:any s :apply stacc))) (dictum dictum omn) => ((q e3 p ord - s a4 stacc) (s f3 mp stacc -) (e g3 mf spicc))
  8. Yes, you need to purchase a new license. Each license key can be used on only two computers. If you wish, after the purchase, we can extend your current license key to cover four computers instead of issuing an additional key.
  9. This makes no sence (1/3 1/5) this is why the function will compete the tuplet. Tuplet here is used as one unit: (gen-combine '(1/2 1/3 1/3 1/3) '(1/4 1/5 4/5)) => ((1/2 1/4) (1/3 1/3 1/3 1/5 4/5))
  10. (setf aug-rest-length (loop for i in (omn :length mat) when (length-restp i) collect (* 1/2 i) when (length-notep i) collect (* 2 i))) or (setf aug-rest-length (loop for i in (omn :length mat) when (minusp i) collect (* 1/2 i) when (plusp i) collect (* 2 i)))
  11. (setf mat (flatten '((s d3 ffff -e. s f3 mf -q.. s f3 ffff -e.) (s g3 -e. s f3 -e. q.. g3 -s)))) (setf aug-length (loop for i in (omn :length mat) collect (if (length-restp i) i (car (length-augmentation 4 (list i)))))) (setf augmat (make-omn :length aug-length :pitch (omn :pitch mat) :velocity (omn :velocity mat) :articulation (omn :articulation mat))) (setf mat (pitch-transpose -12 augmat)) => (q d2 ffff -e. q f2 mf -q.. q f2 ffff -e. q g2 -e. q f2 -e. w.. g2 -s)
  12. Sorry to hear you experienced an issue with the purchase of the software. This has been resolved, and your License Key was sent to you today. Happy coding and composing!
  13. until
    The Institute New Music and the Studio Electronic Music at the University Mozarteum in Salzburg would like to invite you. LIMINA – Contemporary Music Festival Salzburg 29. November – 01. December 2023 During the festival 23 new works by composition students from european music universities will be premiered by five ensembles from three different countries. The programme will be complemented with lectures by Cathy van Eck (BE,NL), Georgia Koumara (GR) and Laure M. Hiendl (DE). Program 29.11. / 20:00 / NAMES (AT) / Solitär 30.11. / 18:00 / eventuell. | Duo (CH) / Kleines Studio 30.11. / 20:00 / Ensemble Garage (DE) / Solitär 01.12. / 18:00 / Duo Stump-Linshalm (AT) / Kleines Studio 01.12. / 20:00 / Ensemble Adapter (DE) / Solitär Free admission to all events. More information can be found on our website and social media channels: limina.moz.ac.at www.facebook.com/liminafestival www.instagram.com/liminafestival We are looking forward to seeing you! LIMINA Team: Alexander Bauer, Achim Bornhoeft, Silvija Čiuladytė, Marco Döttlinger, Laure M. Hiendl, Felix Kiesel, Matthias Leboucher, Marco Sala
  14. Fixed in 3.0.29130 '((3h c4 e4 g4 h c4e4g4b4) (-q q c5 3h a4 g4 e4))
  15. Most of the users were asking about alphanumerical sort. This is what we did adding numerical sort as well.
  16. The Workspace Navigator sorts files alphabetically. If you want a file to appear at the top as a working file, add '00.' at the beginning of the filename.
  17. This message will appear if the SupperCollider extensions are on and the audio devices are changed on your cpu. To fix this, simply run SuperCollider app and kill all servers and start again.
  18. This can't be displayed in notation. How do you display 1/139 etc... (setf step 8) (setf den (gen-integer 144 88 step)) => (144 136 128 120 112 104 96 88) (loop for i in den collect (/ 1 i)) => (1/144 1/136 1/128 1/120 1/112 1/104 1/96 1/88) This ratios making no sense in notation, this is why we use tempo changes - rit. and accel.
  19. Opusmodus Score to SuperCollider - Notstand.
×
×
  • Create New...

Important Information

Terms of Use Privacy Policy