jmsltestsuite
Class PavlosExperiment

java.lang.Object
  extended by 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

Constructor Summary
PavlosExperiment()
           
 
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
 

Constructor Detail

PavlosExperiment

public PavlosExperiment()
Method Detail

main

public static void main(java.lang.String[] args)