A jMusic tool which displays a score as a simple 'piano roll' display in a window. The tool displays a jMusic class as a simple piano roll view. To use it write: new ViewScore(scoreName); Where scoreName is the jMusic Score object. Alternately: new ViewScore(scoreName, xpos, ypos); Where xpos and ypos are intergers specifying the topleft position of the window. This is useful if you want to use ViewScore in conjunction with some other GUI interface which is already positioned in the top left corner of the screen.
@author Andrew Brown and Andrew Troedson
@version 1.0, Sun Feb 25 18:43
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.