jmsltutorial
Class AppletColorInterpreter

java.lang.Object
  extended by com.softsynth.jmsl.Interpreter
      extended by jmsltutorial.AppletColorInterpreter

public class AppletColorInterpreter
extends Interpreter

A simple Interpreter subclass that interprets data as rgb color, interprets element[0] as duration


Method Summary
 double interpret(double playTime, double timeStretch, double[] dar, Instrument ins)
          Overridden for custom interpretation
 
Methods inherited from class com.softsynth.jmsl.Interpreter
getName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

interpret

public double interpret(double playTime,
                        double timeStretch,
                        double[] dar,
                        Instrument ins)
Overridden for custom interpretation

Overrides:
interpret in class Interpreter