|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.softsynth.jsyn.SynthPort
com.softsynth.jsyn.SynthScalarPort
public class SynthScalarPort
SynthScalarPort are ports that have a simple scalar signal value. It is the root class for SynthVariable, SynthInput, SynthOutput
| Method Summary | |
|---|---|
double |
get()
|
double |
get(int partIndex)
|
| Methods inherited from class com.softsynth.jsyn.SynthPort |
|---|
getAlias, getName, getNumParts, getSignalType, getSignalType, getSound, setAlias, setSignalType, setSignalType, setSignalType, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public double get(int partIndex)
throws SynthException
SynthException - If port name is not recognized, or index out of range.
public double get()
throws SynthException
SynthException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||