Posted November 23, 20195 yr This caused a hanging (not responding) crash. I don´t know why... THIS CRASHES (setf padrao '(7 -1 -5 4 -3 2 12 -16)) (setf pitches (gen-sieve '(c4 e6) padrao :type :pitch)) THIS DON´T CRASH (setf padrao '(7 -1 -5 4 -3 2 12 -15)) (setf pitches (gen-sieve '(c4 e6) padrao :type :pitch))
November 23, 20195 yr a speculation... example 1: because the SUM is 0!! so it will never go up to 'e6 example 2: sum is 1, it will work
November 24, 20195 yr Author On 11/23/2019 at 7:47 AM, opmo said: Use positive values only. '(1 -1) could go for ever 🙂 Yes, like looping. Thanks. On 11/23/2019 at 6:44 AM, AM said: a speculation... example 1: because the SUM is 0!! so it will never go up to 'e6 example 2: sum is 1, it will work Yes, thank you.
Create an account or sign in to comment