jmsltestsuite
Class TestMusicJobTiming

java.lang.Object
  extended byjmsltestsuite.TestMusicJobTiming

public class TestMusicJobTiming
extends java.lang.Object

Informational purposes only. You must wait 20 seconds to see output to the console Schedule a MusicJob that posts its playtime to a list. Prints the list at the end with deltas in ms. The deltas should be 1000 ms between repeats. You will see discrepancies from this ideal. JMSL uses JSyn's event buffer to post events slightly in the future, to absorb this variation. Same for midi - uses MidiShare with time stamps to post midi events slightly ahead of time. So musical output is solid.

Author:
Nick Didkovsky.

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

TestMusicJobTiming

public TestMusicJobTiming()
Method Detail

main

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