Stephane Boussuge Posted November 7, 2020 Share Posted November 7, 2020 Hi folks, here's the material from this session. Best ! Stéphane auto-explode.lisp auto-split.lisp split-point.lisp Zoom07112020a.opmo ZoomIntoOMVideos071120.zip lviklund and JulioHerrlein 2 Quote Link to comment Share on other sites More sharing options...
JulioHerrlein Posted November 7, 2020 Share Posted November 7, 2020 Thanks, Stephane !! Marvellous Session ! Inspiring ! Stephane Boussuge 1 Quote Link to comment Share on other sites More sharing options...
JulioHerrlein Posted November 7, 2020 Share Posted November 7, 2020 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 > Quote Link to comment Share on other sites More sharing options...
opmo Posted November 7, 2020 Share Posted November 7, 2020 I assume you need to evaluate the auto-explode4 function first. JulioHerrlein 1 Quote Link to comment Share on other sites More sharing options...
JulioHerrlein Posted November 7, 2020 Share Posted November 7, 2020 Yes, Janusz. Thank you. I copied all the necessary functions and evaluated all. I´ll try again. Quote Link to comment Share on other sites More sharing options...
Nikos Posted November 7, 2020 Share Posted November 7, 2020 Many thanks Stephane! Stephane Boussuge 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.