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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoteFlasher
public NoteFlasher(Score score)
setFlashLatency
public static void setFlashLatency(double d)
getFlashLatency
public static double getFlashLatency()
openControlFrame
public static void openControlFrame()
notifyPlayLurker
public void notifyPlayLurker(double playTime,
MusicJob track,
int index)
- Specified by:
notifyPlayLurker
in interface PlayLurker