odyssomay / clj-dm

Director musices for java, glued together with clojure and armed bear common lisp.
http://odyssomay.github.io/clj-dm
10 stars 1 forks source link

crash due to length of score #14

Open docfry opened 10 years ago

docfry commented 10 years ago

If the score is too long the program will crash when the score display is created. It happens also if one magnifies a score too much in the program by dragging the mouse on the score. Quick fix: start with a horizontal scaling parameter about 0.4 of the current value. Better: create only a partial bitmap using some multiple of the size of the screen (or something similar).