|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Observable
com.softsynth.jsyn.SynthObject
com.softsynth.jsyn.SynthSound
com.softsynth.jsyn.SynthUnit
com.softsynth.jsyn.MultiplyAddUnsignedUnit
public class MultiplyAddUnsignedUnit
MultiplyAddUnsignedUnit unit.
output = (inputA * inputB) + inputC;
Synth,
MultiplyAddUnit| Field Summary | |
|---|---|
SynthInput |
inputA
SIGNAL_TYPE_RAW_SIGNED, range is -1.0 to +1.0 |
SynthInput |
inputB
SIGNAL_TYPE_RAW_SIGNED, range is -1.0 to +1.0 |
SynthInput |
inputC
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 | |
|---|---|
MultiplyAddUnsignedUnit()
|
|
MultiplyAddUnsignedUnit(SynthContext synthContext)
Create a SynthUnit that runs at Synth.RATE_AUDIO. |
|
MultiplyAddUnsignedUnit(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 |
|---|
public SynthInput inputA
public SynthInput inputB
public SynthInput inputC
public SynthOutput output
| Constructor Detail |
|---|
public MultiplyAddUnsignedUnit(SynthContext synthContext,
int calculationRate)
throws SynthException
SynthException
public MultiplyAddUnsignedUnit(SynthContext synthContext)
throws SynthException
SynthException - If name does not match list of valid units.
Note that match is case sensitive.
public MultiplyAddUnsignedUnit()
throws SynthException
SynthException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||