-
opmo reacted to a post in a topic:
New "Infinite variations" Trio template for Alto Flute, Harp and Piano on ComposerWorkshop
-
-
opmo started following Reimagine your Compositions with Opusmodus & NCODE
-
4.0.30784
Yes, you need to download the new application first. After that, it should work again - the public key has been updated.
- harmonics function
-
opmo started following I would like to include some pdf doc in the documentation folder of opus modus assistant , harmonics function , 4.0.30784 and 1 other
-
4.0.30784
I meant the application. Now the messege is correct. 🙂
-
4.0.30784
Yes, you need to download the application first. After that, it should work again - the public key has been updated.
- Unexpected behavior in OM4 graph displays
-
I would like to include some pdf doc in the documentation folder of opus modus assistant
For that, you should use the Documents folder in the Opusmodus directory. You can always open any document from the Navigator in the Assistant window, if desired.
-
opmo started following Opusmodus in 3min - NCode Short Dorico Score Processing Example
-
-
-
How may i include in Ncode this function (compile-score 'generate :file "pat" :new-index t )
I would need to add the function specifically (because of the name string) into the Ncode. I will include it in the next update. However, you don’t need this, any session can be saved as a score file.
-
-
4.0.30748
Fixed in 4.0.30749
-
-
4.0.30748
Yes, very strict grouping indeed :-) I will look into this.
-
-
-
Title followed by number in brackets in xml files
Removing the number when saving a MusicXML file can be done easily, if that’s what you’re looking for.
-
-
Opusmodus 4.0.30748 (Update)
-
Stephane Boussuge reacted to a post in a topic:
Display Issues with Quintuplets and Septuplets with Rests in OMN
-
Display Issues with Quintuplets and Septuplets with Rests in OMN
Done in 4.0.30746
-
Display Issues with Quintuplets and Septuplets with Rests in OMN
The minimum macOS version required to run OM 4.0 is macOS 11.
-
Display Issues with Quintuplets and Septuplets with Rests in OMN
Yes, all updates apply only to version 4.0.
-
Display Issues with Quintuplets and Septuplets with Rests in OMN
This result (notation) is even better: (setf lengths '((q -q -q) (e -e -e e -e -e) (3q -3q -3q 3q -3q -3q 3q -3q -3q) (s -s -s s -s -s s -s -s s -s -s) (5q -5q -5q 5q -5q -5q 5q -5q -5q 5q -5q -5q 5q -5q -5q) (6q -6q -6q 6q -6q -6q 6q -6q -6q 6q -6q -6q 6q -6q -6q 6q -6q -6q) (7q -7q -7q 7q -7q -7q 7q -7q -7q 7q -7q -7q 7q -7q -7q 7q -7q -7q 7q -7q -7q) (8q -8q -8q 8q -8q -8q 8q -8q -8q 8q -8q -8q 8q -8q -8q 8q -8q -8q 8q -8q -8q 8q -8q -8q) (8q -8q -8q 8q -8q -8q 8q -8q -8q 8q -8q -8q 8q -8q -8q 8q -8q -8q 8q -8q -8q 8q -8q -8q) (7q -7q -7q 7q -7q -7q 7q -7q -7q 7q -7q -7q 7q -7q -7q 7q -7q -7q 7q -7q -7q) (6q -6q -6q 6q -6q -6q 6q -6q -6q 6q -6q -6q 6q -6q -6q 6q -6q -6q) (5q -5q -5q 5q -5q -5q 5q -5q -5q 5q -5q -5q 5q -5q -5q) (s -s -s s -s -s s -s -s s -s -s) (3q -3q -3q 3q -3q -3q 3q -3q -3q) (e -e -e e -e -e) (q -q -q))) (setf pitches '(e4 e4 fs4 e4 fs4 g4 e4 fs4 g4 fs4 e4 fs4 g4 fs4 g4 e4 fs4 g4 fs4 g4 a4 e4 fs4 g4 fs4 g4 a4 g4 e4 fs4 g4 fs4 g4 a4 g4 a4 e4 fs4 g4 fs4 g4 a4 g4 a4 e4 fs4 g4 fs4 g4 a4 g4 e4 fs4 g4 fs4 g4 a4 e4 fs4 g4 fs4 g4 e4 fs4 g4 fs4 e4 fs4 g4 e4 fs4 e4)) (setf omn (make-omn :length lengths :pitch pitches)) (def-score kona-score (:title "kona" :key-signature 'atonal :time-signature '(3 4) :tempo 50) (mel :omn omn :channel 1 :sound 'gm :program 'acoustic-grand-piano))