September 8Sep 8 Hello,I am looking for a way to control the high and low values in euclidean-rhythm function so as to increase or decrease the values (meaning increase or decrease the density of the rhythm) with a ramp or function? What would be the best way to achieve this without resorting to assemble-seq? Thank you very much for any suggestions or help and my apologies if this has been asked before,JM
September 8Sep 8 Just a quick possible idea:(setf values (vector-round 4 16 (gen-tendency 24 '(0.1 0.7 0.3 1.0 0.4 0.5 0.1)))) (setf values2 (x-b values 3)) (gen-process '(euclidean-rhythm 16 a b 's ) '(values values2))
September 8Sep 8 Author 2 hours ago, Stephane Boussuge said:Just a quick possible idea:(setf values (vector-round 4 16 (gen-tendency 24 '(0.1 0.7 0.3 1.0 0.4 0.5 0.1)))) (setf values2 (x-b values 3)) (gen-process '(euclidean-rhythm 16 a b 's ) '(values values2))Thank you Stephane ! This is what I was looking for!
Create an account or sign in to comment