Package | Description |
---|---|
de.sciss.jcollider |
Modifier and Type | Class and Description |
---|---|
class |
Constant
A
Constant is a wrapper
for a constant in a UGen graph. |
class |
UGenChannel
Represents one output channel of a (potentially
multi-ouput) UGen.
|
Modifier and Type | Method and Description |
---|---|
UGenInput[] |
UGenChannel.asUGenInputs()
Returns
this as an array |
UGenInput[] |
UGen.asUGenInputs() |
UGenInput[] |
GraphElemArray.asUGenInputs() |
UGenInput[] |
GraphElem.asUGenInputs() |
UGenInput[] |
Constant.asUGenInputs() |
static UGenInput[] |
GraphElemArray.flatten(UGenInput[][] ins) |
UGenInput |
UGen.getInput(int index)
Returns the UGen's input at the given index.
|
UGenInput[] |
UGen.getInputs()
Returns an array of the UGen's inputs.
|
Modifier and Type | Method and Description |
---|---|
static UGenInput[] |
GraphElemArray.flatten(UGenInput[][] ins) |
Constructor and Description |
---|
Control(String name,
Object rate,
int numOutputs,
UGenInput[] inputs,
int specialIndex) |
UGen(String name,
Object rate,
Object[] outputRates,
UGenInput[] inputs,
int specialIndex)
This constructor is used by
SynthDef
when building the UGen from a def file. |
Copyright © 2015–2022 SciJava. All rights reserved.