Veit Posted August 21, 2023 Share Posted August 21, 2023 Hello, I am trying to get a rhythm out of the following function: (quantize (length-adjust 8/4 (vector-to-length '1/24 4 1 v1b)) '(1 2 3 4 6)) (v1b is a predefined half-sine vector) Despite using quantization I keep getting results that include unplayable tuplets, such as single tuplet notes followed by e.g. an eigth note: How can I prevent this from happening and get a rationally quantized rhythm? Quote Link to comment Share on other sites More sharing options...
opmo Posted August 21, 2023 Share Posted August 21, 2023 I need the v1b data, otherwise difficult to help. Quote Link to comment Share on other sites More sharing options...
Veit Posted August 21, 2023 Author Share Posted August 21, 2023 (setf n1b (midi-to-pitch (rnd-variance (sort-asc (rnd-sample (rnd1 :low 15 :high 25) (gen-integer 81 91))) 0.04) :quantize 1/2)) (setf v1b (list-plot (half-sine (get-count n1b) 1) :join-points t)) (setf l1b (quantize (length-adjust 8/4 (vector-to-length '1/24 4 1 v1b)) '(1 2 3 4 6))) (setf m1b (make-omn :pitch n1b :length l1b)) Quote Link to comment Share on other sites More sharing options...
opmo Posted August 21, 2023 Share Posted August 21, 2023 The bug is fixed in ver. 3.0.29059 Thank you for the report. Stephane Boussuge and Veit 2 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.