jmsltestsuite
Class MultipleScoresDemoPolyTempo
java.lang.Object
jmsltestsuite.MultipleScoresDemoPolyTempo
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
public class MultipleScoresDemoPolyTempo
- extends java.lang.Object
- implements java.awt.event.ActionListener
Launch more than one score simultaneously. Nice! Do multi-tempo pieces, etc
Also show how to add a keyboard shortcut to a custom NotePropertiesTransform (select notes and
hit the "r" key a couple of times )
- Author:
- Nick Didkovsky, March 21, 2002, (c) 2002 Nick Didkovsky, all rights reserved
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipleScoresDemoPolyTempo
public MultipleScoresDemoPolyTempo()
addScore
public void addScore(Score score)
getPanel
public PVPanel getPanel()
generateSomeScore
public static Score generateSomeScore(double tempo)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent ev)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
main
public static void main(java.lang.String[] args)