Package | Description |
---|---|
de.sciss.jcollider |
Modifier and Type | Method and Description |
---|---|
static Synth |
Synth.after(Node aNode,
String defName) |
static Synth |
Synth.after(Node aNode,
String defName,
String[] argNames,
float[] argValues) |
static Synth |
Synth.basicNew(String defName,
Server server) |
static Synth |
Synth.basicNew(String defName,
Server server,
int nodeID) |
static Synth |
Synth.before(Node aNode,
String defName) |
static Synth |
Synth.before(Node aNode,
String defName,
String[] argNames,
float[] argValues) |
static Synth |
Synth.head(Group aGroup,
String defName) |
static Synth |
Synth.head(Node aGroup,
String defName,
String[] argNames,
float[] argValues) |
static Synth |
Synth.newPaused(String defName,
String[] argNames,
float[] argValues,
Node target) |
static Synth |
Synth.newPaused(String defName,
String[] argNames,
float[] argValues,
Node target,
int addAction) |
Synth |
Buffer.play()
Plays the buffer contents (oneshot) beginning
on the first audio output.
|
Synth |
Buffer.play(boolean loop)
Plays the buffer contents beginning
on the first audio output.
|
Synth |
Buffer.play(boolean loop,
float amp)
Plays the buffer contents beginning
on the first audio output.
|
Synth |
Buffer.play(boolean loop,
float amp,
int outBus)
Plays the buffer contents.
|
Synth |
Buffer.play(boolean loop,
float amp,
int outBus,
float fadeTime)
Plays the buffer contents.
|
Synth |
Buffer.play(boolean loop,
float amp,
int outBus,
float fadeTime,
Node target,
int addAction)
Plays the buffer contents.
|
Synth |
SynthDef.play(Group target)
Sends the def to the server and creates a synth from this def.
|
Synth |
SynthDef.play(Group target,
String[] argNames,
float[] argValues)
Sends the def to the server and creates a synth from this def.
|
Synth |
SynthDef.play(Node target,
String[] argNames,
float[] argValues,
int addAction)
Sends the def to the server and creates a synth from this def.
|
static Synth |
Synth.replace(Node nodeToReplace,
String defName) |
static Synth |
Synth.replace(Node nodeToReplace,
String defName,
String[] argNames,
float[] argValues) |
static Synth |
Synth.tail(Group aGroup,
String defName) |
static Synth |
Synth.tail(Node aGroup,
String defName,
String[] argNames,
float[] argValues) |
Copyright © 2015–2022 SciJava. All rights reserved.