Package com.softsynth.jmsl.score.midi
Class PlaytimeStretchNoteLurker
java.lang.Object
com.softsynth.jmsl.score.midi.PlaytimeStretchNoteLurker
- All Implemented Interfaces:
PlayLurker
public class PlaytimeStretchNoteLurker extends java.lang.Object implements PlayLurker
-
Constructor Summary
Constructors Constructor Description PlaytimeStretchNoteLurker(java.util.Vector v)
-
Method Summary
Modifier and Type Method Description Interpolator
getInterpolator()
get a multi segmented interpolator to convert absolute time stamps to tempo-scaled ticksvoid
notifyPlayLurker(double playTime, MusicJob list, int index)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PlaytimeStretchNoteLurker
public PlaytimeStretchNoteLurker(java.util.Vector v)
-
-
Method Details
-
notifyPlayLurker
- Specified by:
notifyPlayLurker
in interfacePlayLurker
-
getInterpolator
get a multi segmented interpolator to convert absolute time stamps to tempo-scaled ticks
-