Package | Description |
---|---|
de.sciss.jcollider | |
de.sciss.jcollider.gui | |
loci.sonification |
Modifier and Type | Class and Description |
---|---|
class |
Buffer
Mimics SCLang's Buffer class,
that is, it's a client side
representation of an audio buffer
|
class |
Bus
Mimics SCLang's Bus class,
that is, it's a client side
representation of an audio or control bus
|
class |
Constant
A
Constant is a wrapper
for a constant in a UGen graph. |
class |
Control
Class for the Control UGen.
|
class |
Group
Mimics SCLang's Group class,
that is, it's a client side
representation of a group in the synthesis graph
|
class |
LagControl
Class for the LagControl UGen.
|
class |
Node
This is a client side representation of a node in the synthesis graph.
|
class |
NodeWatcher
A node status managing class which has a similar concept
as SCLang's NodeWatcher class, however the implementation is
different and the feature set is different.
|
class |
Server
Closely following SClang's server class,
this is the client side representation
of a supercollider server.
|
class |
Synth
Mimics SCLang's Synth class,
that is, it's a client side
representation of a synth in the synthesis graph
|
class |
SynthDef
This is the representation of a UGen graph, a prototype
for a synth node.
|
class |
TrigControl
Class for the TrigControl UGen.
|
class |
UGen
The client side represenation of a unit generator.
|
class |
UGenInfo
As stated elsewhere, it was decided to not implement separate
classes for the different unit generators in JCollider.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerPanel
A quick hack to provide a GUI
element looking similar to SCLang's
server window.
|
Modifier and Type | Class and Description |
---|---|
class |
Sonification |
class |
SonificationTool |
Copyright © 2015–2022 SciJava. All rights reserved.