jmsltestsuite
Class MultipleScoresDemo3

java.lang.Object
  extended by jmsltestsuite.MultipleScoresDemo3
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class MultipleScoresDemo3
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

Constructor Summary
MultipleScoresDemo3()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ev)
           
 void addScore(Score score)
           
static Score generateSomeScore(double tempo)
           
 PVPanel getPanel()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipleScoresDemo3

public MultipleScoresDemo3()
Method Detail

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)