Package | Description |
---|---|
de.sciss.jcollider |
Modifier and Type | Method and Description |
---|---|
static Bus |
Bus.alloc(Server server,
Object rate) |
static Bus |
Bus.alloc(Server server,
Object rate,
int numChannels) |
static Bus |
Bus.audio(Server server) |
static Bus |
Bus.audio(Server server,
int numChannels) |
static Bus |
Bus.control(Server server) |
static Bus |
Bus.control(Server server,
int numChannels) |
Modifier and Type | Method and Description |
---|---|
void |
Bus.GetCompletionAction.completion(Bus bus,
float[] values)
Executes the completion action.
|
void |
Node.map(int[] ctrlIndices,
Bus[] busses)
Maps a list of the node's control parameters to be automatically read from global control busses.
|
void |
Node.map(String[] ctrlNames,
Bus[] busses)
Maps a list of the node's control parameters to be automatically read from global control busses.
|
void |
Node.map(String ctrlName,
Bus bus)
Convenience method for a single mapping.
|
de.sciss.net.OSCMessage |
Node.mapMsg(int[] ctrlIndices,
Bus[] busses)
Creates an OSC
/n_map message to map a list of the node's control parameters to
be automatically read from global control busses. |
de.sciss.net.OSCMessage |
Node.mapMsg(String[] ctrlNames,
Bus[] busses)
Creates an OSC
/n_map message to map a list of the node's control parameters to
be automatically read from global control busses. |
de.sciss.net.OSCMessage |
Node.mapMsg(String ctrlName,
Bus bus)
Convenience method for a single mapping.
|
void |
Node.mapn(int[] ctrlIndices,
Bus[] busses)
Maps a list of the node's control parameters to be automatically read from global control busses.
|
void |
Node.mapn(String[] ctrlNames,
Bus[] busses)
Maps a list of the node's control parameters to be automatically read from global control busses.
|
de.sciss.net.OSCMessage |
Node.mapnMsg(int[] ctrlIndices,
Bus[] busses)
Creates an OSC
/n_mapn message to map a list of the node's control parameters to
be automatically read from global control busses. |
de.sciss.net.OSCMessage |
Node.mapnMsg(String[] ctrlNames,
Bus[] busses)
Creates an OSC
/n_mapn message to map a list of the node's control parameters to
be automatically read from global control busses. |
Copyright © 2015–2022 SciJava. All rights reserved.