
etu
Members-
Posts
16 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
etu reacted to a post in a topic: Does Opusmodus come with sample library?
-
etu reacted to a post in a topic: Session 19 - 10.10.20
-
etu reacted to a post in a topic: Session 4 - 06.06.20 - Bassclarinet
-
etu reacted to a post in a topic: Session 20 - Basic Spectral Harmony Example with Data Importation
-
etu reacted to a post in a topic: Opusmodus version 2.1, end of June!
-
Thanks for posting the score! This is very helpful and interesting!
-
etu is attending Zoom into OPUSMODUS with Stéphane Boussuge
-
etu reacted to a post in a topic: Opusmodus 2.0.25787
-
etu reacted to an event: Zoom into OPUSMODUS with Stéphane Boussuge
-
etu is attending Zoom into OPUSMODUS with Stéphane Boussuge
-
Keyboard shortcut to restart notation playback?
etu replied to etu's topic in Support & Troubleshooting
Thank you! Where can I find a list of the other shortcuts? -
Is there a way to restart the musicXML notation playback without evaluating the entire score again? Where is the list of keyboard shortcuts?
-
Stephane Boussuge reacted to a post in a topic: reduce note lengths in a list programmatically?
-
reduce note lengths in a list programmatically?
etu replied to etu's topic in Support & Troubleshooting
This is incredible! I love these fun, playful little snippets! -
reduce note lengths in a list programmatically?
etu replied to etu's topic in Support & Troubleshooting
This is fun! Is there a function for adding length where none exists, for example in this snippet? (setf scale '(c4 d4 e4 f4 g4 a4)) (harmonic-progression (rnd-number 8 0 7) scale) -
Is there a way to reduce all of the note lengths equally, without editing each one individually in this snippet? I suppose I could change the audition tempo to make it play faster, but I would really like to reduce the note lengths programmatically, if that's possible. (rnd-sample-seq 4 '( (h. b4 tie) (q b4 h a4 tie) (q a4 e b4 a4 q g4 tie) (h g4 e fs4 e4) (h fs4 -q) (-q h g4 tie) (q g4 e fs4 g4 q a4 tie) (h a4 e c5 b4) (h_e c5 e b4) (e c5 a4 h b4 tie) (q. b4 -e q g4 tie) (h. g4) (h. fs4) (e g4 a4 h b4 tie) (e b4 a4 b4 g4 q a4 tie) (h a4 q a4) (h. g4) (q g4 h fs4 tie) (q fs4 b4 e e4 fs4) (h. g4) (h. fs4 tie) (q fs4 h b4 tie) (h b4 q a4 tie) (h a4 e b4 a4) (h. g4) (e fs4 e4 h fs4) (-h q g4 tie) (h g4 e fs4 g4) (h. a4) (e c5 b4 h c5 tie) (e c5 b4 c5 a4 q b4 tie) (he b4 -e) (h. g4 tie) ))
-
I'm not upgrading and it isn't due to problems with the upgrade itself. Lots of audio software I use isn't compatible. Sweetwater has compiled a long list if anyone is interested: https://www.sweetwater.com/sweetcare/articles/macos-10-15-catalina-compatibility-list/
-
I'm a beginner and I can't seem to figure out the changes that you made to compile this code. Could you post your version?
- 8 replies
-
- harmonic path
- coltrane
-
(and 2 more)
Tagged with:
-
This is the kind of code I'm interested in. It's short and useful for learning, especially for beginners. The video is good, but I'm more interested in the code. Is there a repository of code like this? QuickTips - Classical Piano accompaniment. (setf mtf '((s c4 g4 c5e5 g4 c4 g4 c5e5 g4))) (setf mtf2 '((q c4 g4c5e5))) (setf chords (library 'harmoprog1 'minor-4vx 'prog2)) (setf ost (gen-repeat (length chords) mtf)) (setf ost2 (gen-repeat (length chords) mtf2)) (setf tm-path (tonality-series chords)) (setf ost.map1 (harmonic-path chords ost)) (setf ost2.map1 (harmonic-path chords ost2)) (setf ost.map2 (tonality-map tm-path ost)) (setf ost2.map2 (tonality-map tm-path ost2)) (merge-voices ost.map1 ost.map2 ost2.map1 ost2.map2)
-
After a few days of testing and reading I'm starting to understand the power of OpusModus. What would be beneficial to me (and perhaps other new users) is a collection of relatively simple scores. I see references to such scores in the forums, but I cannot find them. Perhaps they are not available in the newer versions of OpusModus? Here is an example of a score I cannot find:
-
In a previous post it was mentioned that MIDI import would be supported in 2.0. Is this still true?
-
I couldn't follow this instruction: Go to the Tools menu and choose Evaluate and Play I did determine that Evaluate Score > Display MIDI will play the score. Also, in lesson 2 file 4 the instruction is: ;; Try viewing / playing these expressions as SNIPPETS. I get this error when I press ⌘1 to play the snippet: > Error: No length specified before first pitch > While executing: (:internal parse-omn-note), in process Listener-1(6). > Type cmd-. to abort, cmd-\ for a list of available restarts. > Type :? for other options. In a previous post it was mentioned that MIDI import would be supported in 2.0. Is this still true? Is there a way to highlight a command and then search for it in the reference?