Posted February 3, 20169 yr Hi, Looks like there is some issue with make-omn function. Evaluating the following causes no problems: (make-omn :pitch '((bb4)) :length '(e) :span :pitch) However, the following causes the system to become unresponsive in a couple of seconds: (make-omn :pitch '((bb4)) :length '(-e) :span :pitch) The difference between the first and second is that the pitch has "rest" length. Please check. Regards, Rangarajan
February 3, 20169 yr looks like a bug. The result should be '(-e), even with expression like that :-) This is working: (make-omn :pitch '(bb4) :length '(-e) :span :pitch)
Create an account or sign in to comment