com.jsyn.ports
Class InputMixingBlockPart

java.lang.Object
  extended by com.jsyn.ports.PortBlockPart
      extended by com.jsyn.ports.InputMixingBlockPart

public class InputMixingBlockPart
extends PortBlockPart

A UnitInputPort has an array of these, one for each part.


Method Summary
 double[] getValues()
           
 void pullData(long frameCount, int start, int limit)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValues

public double[] getValues()
Overrides:
getValues in class PortBlockPart

pullData

public void pullData(long frameCount,
                     int start,
                     int limit)