Jump to content

etu

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by etu

  1. Thanks for posting the score! This is very helpful and interesting!
  2. Thank you! Where can I find a list of the other shortcuts?
  3. Is there a way to restart the musicXML notation playback without evaluating the entire score again? Where is the list of keyboard shortcuts?
  4. This is incredible! I love these fun, playful little snippets!
  5. 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)
  6. 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) ))
  7. 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/
  8. 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?
  9. 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)
  10. 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:
  11. In a previous post it was mentioned that MIDI import would be supported in 2.0. Is this still true?
  12. 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?
×
×
  • Create New...

Important Information

Terms of Use Privacy Policy