Package | Description |
---|---|
de.sciss.jcollider |
Modifier and Type | Class and Description |
---|---|
class |
Control
Class for the Control UGen.
|
class |
LagControl
Class for the LagControl UGen.
|
class |
TrigControl
Class for the TrigControl UGen.
|
Modifier and Type | Method and Description |
---|---|
UGen |
UGenChannel.getUGen()
Returns the
UGen whose
output this object represents |
Modifier and Type | Method and Description |
---|---|
String |
UGenInfo.getArgNameForInput(UGen ugen,
int argIdx)
Returns the name for one of the ugens inputs.
|
String |
UGenInfo.getDisplayName(UGen ugen)
Returns a string ready to display
to the user.
|
Constructor and Description |
---|
UGenChannel(UGen ugen,
int channel)
You do not directly create
UGenChannel s
but retrieve them from a UGen by
calling its getChannel method |
Copyright © 2015–2022 SciJava. All rights reserved.