com.softsynth.jsyn
Class MultiplyUnsignedUnit

java.lang.Object
  extended by java.util.Observable
      extended by com.softsynth.jsyn.SynthObject
          extended by com.softsynth.jsyn.SynthSound
              extended by com.softsynth.jsyn.SynthUnit
                  extended by com.softsynth.jsyn.MultiplyUnsignedUnit

public class MultiplyUnsignedUnit
extends SynthUnit

MultiplyUnsignedUnit unit. Inputs are unsigned, output is unsigned and clipped between 0.0 and 2.0.

Version:
JSyn Version 005
Author:
(C) 1997 Phil Burk, SoftSynth.com, All Rights Reserved
See Also:
MultiplyAddUnit, MultiplyUnsignedUnit

Field Summary
 SynthInput inputA
          SIGNAL_TYPE_RAW_UNSIGNED, range is 0.0 to 2.0
 SynthInput inputB
          SIGNAL_TYPE_RAW_UNSIGNED, range is 0.0 to 2.0
 SynthOutput output
          SIGNAL_TYPE_RAW_UNSIGNED, range is 0.0 to 2.0
 
Constructor Summary
MultiplyUnsignedUnit()
           
MultiplyUnsignedUnit(SynthContext synthContext)
          Create a SynthUnit that runs at Synth.RATE_AUDIO.
MultiplyUnsignedUnit(SynthContext synthContext, int calculationRate)
           
 
Method Summary
 
Methods inherited from class com.softsynth.jsyn.SynthSound
addPort, addPort, findNamedPort, getName, getNumPorts, getPortAt, getPriority, setPriority, setStage, setStage, start, start, stop, stop
 
Methods inherited from class com.softsynth.jsyn.SynthObject
delete, deleteAll, enableDeletionByGarbageCollector, enableTracking, getPeer, getSynthContext, isTrackingEnabled, toString, track
 
Methods inherited from class java.util.Observable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

inputA

public SynthInput inputA
SIGNAL_TYPE_RAW_UNSIGNED, range is 0.0 to 2.0


inputB

public SynthInput inputB
SIGNAL_TYPE_RAW_UNSIGNED, range is 0.0 to 2.0


output

public SynthOutput output
SIGNAL_TYPE_RAW_UNSIGNED, range is 0.0 to 2.0

Constructor Detail

MultiplyUnsignedUnit

public MultiplyUnsignedUnit(SynthContext synthContext,
                            int calculationRate)
                     throws SynthException
Throws:
SynthException

MultiplyUnsignedUnit

public MultiplyUnsignedUnit(SynthContext synthContext)
                     throws SynthException
Create a SynthUnit that runs at Synth.RATE_AUDIO.

Throws:
SynthException - If name does not match list of valid units. Note that match is case sensitive.

MultiplyUnsignedUnit

public MultiplyUnsignedUnit()
                     throws SynthException
Throws:
SynthException