Package jmsltestsuite
Class PavlosExperiment
java.lang.Object
jmsltestsuite.PavlosExperiment
public class PavlosExperiment
extends java.lang.Object
Quarter notes that decelerate. Subclass Note and override getPerformanceData() to take complete
control of data actually performed, independent of notation. In this example, each quarter note slows
down a little more, like a ritardando. Important to understand that a score built this way will not
save and load back with this note subclass.
Thanks to Pavlos Marios for prompting this example.
- Author:
- Nick Didkovsky, (c) 2005 Nick Didkovsky, nick@didkovsky.com
-
Constructor Summary
Constructors Constructor Description PavlosExperiment()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PavlosExperiment
public PavlosExperiment()
-
-
Method Details
-
main
public static void main(java.lang.String[] args)
-