Jump to content

multiple-layers/voices into a single-layer/voice?


AM

Recommended Posts

hi all

 

i would like to MERGE/FIT the following 3-layer-voices(-EXAMPLE) into a ONE-layer-voice (with complex rhythms) - is it possible in OPUSMODUS?

thanx for help!

andré

 

EXAMPLE:

(setf voices (merge-voices (make-omn :length (gen-length '(1 2 3 4 5 6 7 8) 1/20)
                                     :pitch '(c4)
                                     :velocity '(pppp ppp pp p))
                           
                           (make-omn :length (gen-length '(1 2 3 4 5 6 7 8) 1/8)
                                     :pitch '(c5)
                                     :velocity '(pppp ppp pp p))
                           
                           (make-omn :length (gen-length '(1 2 3 4 5 6 7 8) 1/12)
                                     :pitch '(c6)
                                     :velocity '(pppp ppp pp p))))


(def-score example
           (:key-signature 'atonal
                           :time-signature '(4 4)
                           :tempo '(96)
                           :layout (treble-layout '3-layers))
 (3-layers
  :omn voices
  :channel 1
  :sound 'gm
  :program 1))

Link to comment
Share on other sites

it don't works!? no score-display

 

> Error: OMN Parse Error: fail
> While executing: omn-to-ast, in process Listener-1(7).
> Type cmd-. to abort, cmd-\ for a list of available restarts.
> Type :? for other options.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy