Package | Description |
---|---|
de.sciss.jcollider |
Modifier and Type | Class and Description |
---|---|
class |
LagControl
Class for the LagControl UGen.
|
class |
TrigControl
Class for the TrigControl UGen.
|
Modifier and Type | Method and Description |
---|---|
static Control |
Control.ir(String[] names,
float[] values) |
static Control |
Control.ir(String name,
float defaultValue) |
static Control |
Control.ir(String name,
float[] values) |
static Control |
TrigControl.kr(String[] names,
float[] values) |
static Control |
Control.kr(String[] names,
float[] values) |
static Control |
LagControl.kr(String[] names,
float[] values,
float[] lags) |
static Control |
TrigControl.kr(String name,
float defaultValue) |
static Control |
Control.kr(String name,
float defaultValue) |
static Control |
Control.kr(String name,
float[] values) |
static Control |
LagControl.kr(String name,
float defaultValue,
float lag) |
Copyright © 2015–2022 SciJava. All rights reserved.