Modifier | Constructor and Description |
---|---|
protected |
UGenChannel(UGen ugen,
int channel)
You do not directly create
UGenChannel s
but retrieve them from a UGen by
calling its getChannel method |
Modifier and Type | Method and Description |
---|---|
UGenInput[] |
asUGenInputs()
Returns
this as an array |
String |
dumpName() |
int |
getChannel()
Returns the index in the array of
outputs of the corresponding
UGen
(beginning at zero). |
int |
getNumOutputs()
Returns
1 naturally |
GraphElem |
getOutput(int idx)
Returns
this naturally |
Object |
getRate()
A UGen input is naturally single-channelled.
|
UGen |
getUGen()
Returns the
UGen whose
output this object represents |
protected UGenChannel(UGen ugen, int channel)
UGenChannel
s
but retrieve them from a UGen
by
calling its getChannel
methodUGen.getChannel( int )
public UGen getUGen()
UGen
whose
output this object representspublic int getChannel()
UGen
(beginning at zero).public Object getRate()
UGenInput
kScalarRate
in the case of a Constant
public UGenInput[] asUGenInputs()
this
as an arrayasUGenInputs
in interface GraphElem
public int getNumOutputs()
1
naturallygetNumOutputs
in interface GraphElem
Copyright © 2015–2022 SciJava. All rights reserved.