com.softsynth.jmsl.util
Class PlayTimeDoubleArrayPair

java.lang.Object
  extended by 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.

Constructor Summary
PlayTimeDoubleArrayPair(double playTime, double[] data)
           
 
Method Summary
 double[] getData()
           
 double getPlayTime()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayTimeDoubleArrayPair

public PlayTimeDoubleArrayPair(double playTime,
                               double[] data)
Method Detail

getData

public double[] getData()
Returns:
data[]

getPlayTime

public double getPlayTime()
Returns:
playTime