Package com.softsynth.jmsl.score.midi
Class MidiMeasureLurker
java.lang.Object
com.softsynth.jmsl.score.midi.MidiMeasureLurker
- All Implemented Interfaces:
PlayLurker
public class MidiMeasureLurker extends java.lang.Object implements PlayLurker
-
Constructor Summary
Constructors Constructor Description MidiMeasureLurker(MidiFileImageManager midiFileImageManager) -
Method Summary
Modifier and Type Method Description voidnotifyPlayLurker(double playTime, MusicJob list, int index)voidwriteTempi(Interpolator tempoInterpolator)voidwriteTimeSignatures(Interpolator tempoInterpolator)Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MidiMeasureLurker
-
-
Method Details
-
writeTempi
-
writeTimeSignatures
-
notifyPlayLurker
- Specified by:
notifyPlayLurkerin interfacePlayLurker
-