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: didkovn@mail.rockefeller.edu, (c) 2003 Nick Didkovsky, all rights reserved.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlayTimeDoubleArrayPair
public PlayTimeDoubleArrayPair(double playTime,
double[] data)
getData
public double[] getData()
- Returns:
- data[]
getPlayTime
public double getPlayTime()
- Returns:
- playTime