Hi,Is there a way that I can randomize the size argument of GEN-INTERLEAVE in the following code?That is, not just initially but continuously, so you get a variable interleave size. All the best,Erik(ambitus '(g3 g5)
(gen-interleave 5
(integer-to-pitch
(gen-accumulate '(2 7) :start -5 :count 16)))
:type :invert)