Jump to content

opmo

Administrators
  • Posts

    2,903
  • Joined

  • Last visited

Everything posted by opmo

  1. There are still few thing to do mainly to do with license activation. I will release a few screenshots and short video about the new notation viewer this week. Thank you for your patients.
  2. I will add the chord names as text attributes in the v.3.0
  3. Yes. We will extend the demo period to 60 days as well.
  4. Opusmodus 2.2 Language: English, French, Italian and German. © MMXXII Opusmodus™ Ltd. All rights reserved. Requirements: macOS 10.9 - 12.5 (Intel)
  5. The purpose of the forum is not about announcements - which are happening if something is to be announced - but a space for OM users to exchange ideas and get support. OM on a not supported system (M1) will crash, this too was addressed in our forum. As for the release of the ver. 3.0 this was answers already few months ago. Please see above. Anyway, the development (port) is going well and October is still our date.
  6. You can send OSC messages to other OSC devises or software. Opusmodus is the Master here. If you like to input OMN elements into the score with midi-keyboard you can do that with MIDI Entry.
  7. With the :duration-add keyword you can shorten the duration of the note. The length in notation will not change. (def-score duration-add (:key-signature '(c maj) :time-signature '(4 4) :tempo 120) (inst :omn '(t c4 d4 e4 f4 g4 a4 b4 c5) :duration-add '(-0.1) :channel 1 :sound 'gm :program 'Church-Organ :volume 127 :pan 64) )
  8. Imagery function with the output (what you are looking for) otherwise not possible to help.
  9. The port to LW is progressing very good.
  10. If you get something like that you can always fix it with the quantize function: (quantize (length-legato '(e s s -5q 5q 5q 5q 5q)) '(1 2 4 5))
  11. Please make a sequence of bars with a result. In the example from above you simply added a rest: (setf omn '(q c4 p ten e d4 mp trem s e4 f stacc)) ; 7/16 (append '(-e) omn) => (-e q c4 p ten e d4 mp trem s e4 f stacc) ; 9/16
  12. single-events then rotation (setf omn (single-events '(-e he. d4 mf e cs4 hs eb4))) (gen-rotate -1 omn) => ((he. d4 mf) (e cs4 mf) (hs eb4 mf) (-e)) (gen-rotate -2 omn) => ((e cs4 mf) (hs eb4 mf) (-e) (he. d4 mf))
  13. Dictum is not made for notation readability, it is an omn event editing tool (like hand edit). The tie is part of the omn only.
  14. What about adding a new keyword :merge-ties (default t): (omn-to-time-signature '((-e cs6 mf stacc q c6 p<f>p tie+long) (h c6) (-q -e cs6 mf stacc h c6 p<f>p tie+long) (q c6 -) (-e cs6 mf stacc q c6 p<f>p tie+long) (h c6) (-q -e cs6 mf stacc) (h c6 p<f>p tie+long) (q c6 -) (-e cs6 mf stacc q c6 p<f>p tie+long) (h c6) (-q)) '((2 4 2) (4 4 1) (2 4 8) (1 4 1)) :merge-ties nil) (omn-to-time-signature '((-e cs6 mf stacc q c6 p<f>p tie+long) (h c6) (-q -e cs6 mf stacc h c6 p<f>p tie+long) (q c6 -) (-e cs6 mf stacc q c6 p<f>p tie+long) (h c6) (-q -e cs6 mf stacc) (h c6 p<f>p tie+long) (q c6 -) (-e cs6 mf stacc q c6 p<f>p tie+long) (h c6) (-q)) '(4 4) :merge-ties nil)
  15. Here it is: https://opusmodus.com/forums/changelog/
  16. This only work on two systems - not on Big Sur and not on Catalina. The latest version you find in the Downloads page.
  17. Mac Apple Silicon first (October). PC version soon after.
  18. The only way would be to install the Demo on a different cpu.
×
×
  • Create New...

Important Information

Terms of Use Privacy Policy