Jump to content

Session 22 - 07.11.20 - Vertical harmonic control - Density - Auto-explode4


Recommended Posts

I got an error while running (auto-explode4 full)

 

;;;; Using auto-explode4 function

(setf mat1 (make-omn :pitch (rnd-sample 32 (make-scale 'c5 12)) :length (gen-loop 8 (rnd-sample 16 '(s s s -s -s)))))
(setf mat2 (make-omn :pitch (rnd-sample 32 (make-scale 'c4 12)) :length (gen-loop 8 (rnd-sample 16 '(s s s -s -s)))))
(setf mat3 (make-omn :pitch (rnd-sample 32 (make-scale 'c3 12)) :length (gen-loop 8 (rnd-sample 16 '(s s s -s -s)))))
(setf mat4 (make-omn :pitch (rnd-sample 32 (make-scale 'c2 12)) :length (gen-loop 8 (rnd-sample 16 '(s s s -s -s)))))

(setf full (merge-voices mat1 mat2 mat3 mat4))


(setf xplode (auto-explode4 full))

 

 

> Error: Too many arguments in call to #<Compiled-function single-events #x30000133ED8F>:
>        3 arguments provided, at most 2 accepted. 
> While executing: single-events, in process Listener-1(7).
> Type cmd-. to abort, cmd-\ for a list of available restarts.
> Type :? for other options.
45 > 

Link to comment
Share on other sites

  • opmo changed the title to Session 22 - 07.11.20 - Vertical harmonic control - Density - Auto-explode4

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