Jump to content

vpolajnar

Members
  • Posts

    41
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Switzerland

Recent Profile Visitors

344 profile views
  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,
×
×
  • Create New...

Important Information

Terms of Use Privacy Policy