Package com.softsynth.jmsl.util
Class PlayTimeDoubleArrayPair
java.lang.Object
com.softsynth.jmsl.util.PlayTimeDoubleArrayPair
public class PlayTimeDoubleArrayPair
extends java.lang.Object
This is used by TunedSynthNoteInstrument.update() and its subclasses to retrieve synthnotes
based on update dimension and most recent playtime of double[] data
- Author:
- Nick Didkovsky, email: nick@didkovsky.com, (c) 2003 Nick Didkovsky, all rights reserved.
-
Constructor Summary
Constructors Constructor Description PlayTimeDoubleArrayPair(double playTime, double[] data)
-
Method Summary
Modifier and Type Method Description double[]
getData()
double
getPlayTime()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PlayTimeDoubleArrayPair
public PlayTimeDoubleArrayPair(double playTime, double[] data)
-
-
Method Details
-
getData
public double[] getData()- Returns:
- data[]
-
getPlayTime
public double getPlayTime()- Returns:
- playTime
-