Package | Description |
---|---|
de.sciss.jcollider | |
de.sciss.jcollider.gui |
Modifier and Type | Method and Description |
---|---|
static SynthDef |
SynthDef.read(InputStream is)
Reads a single
SynthDef from an input stream
(such as a harddisk file or memory buffer). |
static SynthDef[] |
SynthDef.readDefFile(File path)
Reads definitions from a synth def file.
|
static SynthDef[] |
SynthDef.readDefFile(InputStream is)
Reads definitions from an input stream
(such as a harddisk file or memory buffer).
|
static SynthDef[] |
SynthDef.readDefFile(URL path)
Reads definitions from a synth def file.
|
Modifier and Type | Method and Description |
---|---|
static void |
SynthDef.writeDefFile(File path,
SynthDef[] defs)
Writes an array of definitions to a file.
|
Constructor and Description |
---|
SynthDefDiagram(SynthDef def)
Creates a new frame displaying
the diagram of the provided SynthDef.
|
Copyright © 2015–2022 SciJava. All rights reserved.