Jump to content

Best way to "Humanize" tempo in Def Score


Recommended Posts

Since the tempo slot in DefScore only takes integers, what would be the best way to get a more natural playback tempo?
I'm using this method now but it doesn't sound very smooth. 


(setf tempo-4 (make-tempo (vector-round 58 61 (gen-white-noise 12)) left :type :length)) ;Left is the output of an assemble-seq

I've also tried things like this:

(setf tempo-2 
      '(("Mixed Tempi" q :accel 60 62 1/32 2)
        ("Mixed Tempi" q :accel 62 60 1/32 2)
        (:rit 60 64 1/32 12)))

But most of it sounds either too intentional or too clunky, I just want the tempo to very slightly meander. Thanks in advance for the advice!

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