Package jmslexamples.jsyn2
Class JScoreJSynVariableClockRate
java.lang.Object
jmslexamples.jsyn2.JScoreJSynVariableClockRate
public class JScoreJSynVariableClockRate
extends java.lang.Object
Cool new feature in JMSL lets you globally change the JMSL.clock rate. This
smoothly speeds up or slows down global scheduling and keeps all hierarchies
in synch
This one measure has a startPlayable that launches a MusicJob that changes the JMSL.clock rate while the piece is playing
- Author:
- Nick Didkovsky, copyright 2000 Nick Didkovsky
-
Constructor Summary
Constructors Constructor Description JScoreJSynVariableClockRate()
-
Method Summary
Modifier and Type Method Description ScoreFrame
getScoreFrame()
static void
main(java.lang.String[] args)
void
start()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JScoreJSynVariableClockRate
public JScoreJSynVariableClockRate()
-
-
Method Details
-
start
public void start() -
getScoreFrame
-
main
public static void main(java.lang.String[] args)
-