Jump to content

vpolajnar

Members
  • Posts

    41
  • Joined

  • Last visited

Everything posted by vpolajnar

  1. with deleting auto-saved files it works. otherwise its very very buggy
  2. Dear OPMO users, I have a problem with Auto-Saving files. Almost always I get this attached error or notification. Is it possible to disable auto-save option, since it is creating a bit mess, sometimes opens older file etc..
  3. one solution: (defun split-decimals-and-wholes (lst) "Splits the given list into two sublists: one with decimal numbers and one with whole numbers." (midi-to-pitch (loop for number in (pitch-to-midi lst) if (equal (round number) number) collect number into wholes else collect number into decimals finally (return (list decimals wholes)))) ) ;; Example usage: (setf pitches '(c4 c4+ cs4 cs4+ d4 d4+ eb4 eb4+)) (split-decimals-and-wholes pitches) you can maybe provide what exactly output you need:)
  4. Hey! Did anyone tried Opusmodus with new mac OS Sonoma? best,
  5. You should use sourcelengths as variable: (length-augmentation 2 sourcelengths) Best!
  6. This could be achieved with polytempo. You would have to screenshot the snipets from opusmodus, and then show musicians trough polytempo.
  7. Hey, I am still experiencing problems with it.... Maybe any solution for quarter tones for now?
  8. thank you all, such a great community!!!
  9. Dear Stephane, thank you, even if try with "OMN expressions" in a list , if i understand it correctly, is pretty same. (setf test '((s c4) (-s s c4) (-e s c4))) (merge-voices test) (merge-voices '(s c4) '(-s s c4) '(-e s c4)) But anyways, does anyone knows how this function is programmed so I could program own one, with result I wanna achieve. Best, Vili
  10. Dear Opmo users, i would like to merge voices from one single list. So I would like this (not-working) merge-voice function: (setf test '((s) (-s s) (-e s))) (merge-voices test) To work like this: (merge-voices '(s) '(-s s) '(-e s)) Does anyone has an Idea how to achieve it? Best, Vili
  11. Hey, is it possible now to somehow receive OSC from Max to OPMO?
  12. Hey! Did you maybe had time to check the issue?:) Best,
  13. Hm weird. The pitch bend works fine, the articulations doesn't work. In Ableton I created 2 channels, so I was able to attach 2 different ports. But Key-switches works just in port 1.
  14. (def-sound-set Xsample-Clarinet :programs (:group Clarinet ord (:key bb0) stacc (:key b0) ) (def-score test (:title "test" :key-signature 'chromatic :time-signature '(4 4) :tempo 120 :layout (clarinet-layout 'clarinet)) (clarinet :omn '(w c4 ord d4- stacc e4- stacc f4 ord) :channel 1 :sound 'Xsample-Clarinet :sound '(clarinet) :port '(1 2) ) ) So I created a sound-set which works perfectly without quarter-tones, but with 2 ports the key-switches are not sent to port 2, only to port 1.
  15. Dear opmo users! I manage to send pitch-bend via 2 separated ports into Ableton, but now the articulation key-switches works just on one. Does anyone knows what i am doing wrong? best, Vili
  16. Ohh, not so great news... Thanks for so fast reply!!!!
  17. Hi! The function make-socket doesn't work at me. (defparameter *in-socket* (make-socket :type :datagram :local-port *in-port* :format :binary)) Is it maybe the problem in 3.0 version? Best, Vili
  18. You will have to open the software and you can download the update inside the software!!!!!!!!!!!!!!!! Congratulations to the TEAM, that improvement is unbelievable!!
  19. Dear Julio, I am trying to install Intel based MacOS with parallels for few days, but unfortunately no luck. Hoping on some luck in next days or even the update.. Thanks for your really kind help!! Best!
  20. Hi! I understand those questions doesn't speed up the process, I just have projects rely on OM I am just politely asking when is new deadline planned to be? Just that I can search for other solutions if needed. Best, Vili
  21. And the old Opusmodus doesn't even run on Ventura, it crashes immediately
  22. I will take a look, thank you for instant help
×
×
  • Create New...

Important Information

Terms of Use Privacy Policy