Package com.softsynth.jmsl.score
Class NoteFlasher
java.lang.Object
com.softsynth.jmsl.score.NoteFlasher
- All Implemented Interfaces:
PlayLurker
public class NoteFlasher extends java.lang.Object implements PlayLurker
- Author:
- Nick Didkovsky, copyright 2000 Nick Didkovsky, all rights reserved
-
Constructor Summary
Constructors Constructor Description NoteFlasher(Score score)
-
Method Summary
Modifier and Type Method Description static double
getFlashLatency()
void
notifyPlayLurker(double playTime, MusicJob track, int index)
static void
openControlFrame()
static void
setFlashLatency(double d)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NoteFlasher
-
-
Method Details
-
setFlashLatency
public static void setFlashLatency(double d) -
getFlashLatency
public static double getFlashLatency() -
openControlFrame
public static void openControlFrame() -
notifyPlayLurker
- Specified by:
notifyPlayLurker
in interfacePlayLurker
-