jmsltestsuite
Class PavlosExperiment
java.lang.Object
jmsltestsuite.PavlosExperiment
public class PavlosExperiment
- extends java.lang.Object
Quarter notes that decellerate. 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 ritard. 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, didkovn@mail.rockefeller.edu
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PavlosExperiment
public PavlosExperiment()
main
public static void main(java.lang.String[] args)