Jump to content

JulioHerrlein

Members
  • Posts

    809
  • Joined

  • Last visited

Reputation Activity

  1. Like
    JulioHerrlein reacted to Stephane Boussuge in How to span different time signatures ?   
    for example if you need 3 bars of 3/4 and 2 of 6/8 you can write:
    :time-signature '((3 4 3)(6 8 2))
     
    you can also separate your length material with gen-divide and get the time signature.
    Example here:
     
    (setf some-pitches (integer-to-pitch (gen-integer-step 0 64 '(2 1 2 3 -2 -1 -2 -1 -2)))) (setf some-lengths (rnd-sample (length some-pitches) '(e e -e e))) (setf some-division '(8 12 8 6 9)) (setf length-div (gen-divide some-division some-lengths)) (setf time-sig (get-time-signature length-div)) (def-score time ( :key-signature 'chromatic :time-signature time-sig :tempo 112 :layout (clarinet-layout 'clarinet) ) (clarinet :length length-div :pitch some-pitches :channel 1 :sound 'gm :program 'clarinet )) SB.
     
  2. Like
    JulioHerrlein reacted to opmo in Opusmodus 1.2.22604   
    Notation changes and improvements:

    * added support for dotted and dashed and short barlines
    * allow setting of slash grace duration
    * Improved edit UI
    * improved staff spacing
    * correct placement of articulations in multi-voice staff
    * Fixed tie problem with unpitched notes
    * ignore erroneous notations on chord notes
    * Improved handling of 'exact' mode layout
    * Improved tuplet handling
    * correct some layout errors
    * corrected occasional slur misplacement
    * improved placement of harmonic
     
  3. Like
    JulioHerrlein reacted to Stephane Boussuge in Logic Pro X 48 Midi Instruments Template   
    Hi,
     
    Here's the 48 instruments version of my Logic Pro X template.
    48MidiInInstrTemplate.logicx.zip
×
×
  • Create New...

Important Information

Terms of Use Privacy Policy