com.softsynth.jmsl.score
Class NoteFlasher

java.lang.Object
  extended by 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
NoteFlasher(Score score)
           
 
Method Summary
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 Detail

NoteFlasher

public NoteFlasher(Score score)
Method Detail

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