Package | Description |
---|---|
de.sciss.jcollider |
Modifier and Type | Method and Description |
---|---|
static Group |
Group.after(Node aNode) |
Group |
Server.asTarget()
Returns a group representation of the
server, which at the moment is a synonym for
getDefaultGroup . |
static Group |
Group.basicNew(Server server) |
static Group |
Group.basicNew(Server server,
int nodeID) |
static Group |
Group.before(Node aNode) |
Group |
Server.getDefaultGroup()
Returns the "default" group
of the server.
|
Group |
Node.getGroup()
Queries the group in which the node resides.
|
static Group |
Group.head(Group aGroup) |
static Group |
Group.replace(Node nodeToReplace) |
static Group |
Group.tail(Group aGroup) |
Modifier and Type | Method and Description |
---|---|
de.sciss.net.OSCMessage |
Group.addToHeadMsg(Group aGroup) |
de.sciss.net.OSCMessage |
Synth.addToHeadMsg(Group aGroup,
String[] argNames,
float[] argValues) |
de.sciss.net.OSCMessage |
Group.addToTailMsg(Group aGroup) |
de.sciss.net.OSCMessage |
Synth.addToTailMsg(Group aGroup,
String[] argNames,
float[] argValues) |
static Group |
Group.head(Group aGroup) |
static Synth |
Synth.head(Group aGroup,
String defName) |
void |
Node.moveToHead(Group aGroup)
Moves the node to the head of a group in the server graph.
|
de.sciss.net.OSCMessage |
Node.moveToHeadMsg(Group aGroup)
Creates an OSC
/g_head message. |
void |
Node.moveToTail(Group aGroup)
Moves the node to the tail of a group in the server graph.
|
de.sciss.net.OSCMessage |
Node.moveToTailMsg(Group aGroup)
Creates an OSC
/g_tail message. |
de.sciss.net.OSCMessage |
Group.newMsg(Group target) |
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.
|
protected void |
Node.setGroup(Group group)
Sets the node's group.
|
static Group |
Group.tail(Group aGroup) |
static Synth |
Synth.tail(Group aGroup,
String defName) |
Constructor and Description |
---|
Group(Group target) |
Copyright © 2015–2022 SciJava. All rights reserved.