Posted May 22, 20223 yr Hi, Is it possible to create compound rhythms like this with ql? (q_3q 3q 3q_q.) Thanks!
May 22, 20223 yr QUANTIZE returns compound lengths. Example: (setf dur (3w 3q 3wq.)) (quantize dur '(1 2 3 4)) => (q_3q 3q 3q_q.)
Create an account or sign in to comment