com.jsyn.unitgen
Class UnitFilter

java.lang.Object
  extended by com.jsyn.unitgen.UnitGenerator
      extended by com.jsyn.unitgen.UnitFilter
All Implemented Interfaces:
UnitSink, UnitSource
Direct Known Subclasses:
AsymptoticRamp, ContinuousRamp, Delay, EnvelopeAttackDecay, EnvelopeDAHDSR, ExponentialRamp, FilterOnePole, FilterOnePoleOneZero, FilterOneZero, FilterTwoPoles, FilterTwoPolesTwoZeros, FunctionEvaluator, InterpolatingDelay, Latch, LinearRamp, SchmidtTrigger, TunableFilter

public abstract class UnitFilter
extends UnitGenerator
implements UnitSink, UnitSource

Base class for all filters.


Field Summary
 UnitInputPort input
           
 UnitOutputPort output
           
 
Fields inherited from class com.jsyn.unitgen.UnitGenerator
FALSE, TRUE
 
Constructor Summary
UnitFilter()
           
 
Method Summary
 UnitInputPort getInput()
           
 UnitOutputPort getOutput()
           
 
Methods inherited from class com.jsyn.unitgen.UnitGenerator
addPort, convertHalfLifeToMultiplier, flattenOutputs, generate, generate, getFramePeriod, getFrameRate, getPortByName, getPorts, getSynthesisEngine, isEnabled, pullData, setCircuit, setFrameRate, setSynthesisEngine, start, stop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

input

public UnitInputPort input

output

public UnitOutputPort output
Constructor Detail

UnitFilter

public UnitFilter()
Method Detail

getInput

public UnitInputPort getInput()
Specified by:
getInput in interface UnitSink

getOutput

public UnitOutputPort getOutput()
Specified by:
getOutput in interface UnitSource