Package | Description |
---|---|
de.sciss.jcollider |
Modifier and Type | Field and Description |
---|---|
protected Buffer[] |
Server.bufferArray |
Modifier and Type | Method and Description |
---|---|
static Buffer |
Buffer.alloc(Server server,
int numFrames)
Allocates and returns a new mono Buffer with given number of frames.
|
static Buffer |
Buffer.alloc(Server server,
int numFrames,
int numChannels)
Allocates and returns a new Buffer with given number of channels and frames.
|
static Buffer |
Buffer.alloc(Server server,
int numFrames,
int numChannels,
Buffer.CompletionFunction completionFunc)
Allocates and returns a new Buffer with given number of channels and frames.
|
static Buffer |
Buffer.alloc(Server server,
int numFrames,
int numChannels,
Buffer.CompletionFunction completionFunc,
int bufNum)
Allocates and returns a new Buffer with given number of channels and frames.
|
static Buffer[] |
Buffer.allocConsecutive(int numBufs,
Server server,
int numFrames)
Allocates and returns an array of neighbouring single channel
Buffer objects
with given number of frames. |
static Buffer[] |
Buffer.allocConsecutive(int numBufs,
Server server,
int numFrames,
int numChannels)
Allocates and returns an array of neighbouring
Buffer objects with given number
of channels and frames. |
static Buffer[] |
Buffer.allocConsecutive(int numBufs,
Server server,
int numFrames,
int numChannels,
Buffer.CompletionFunction completionFunc)
Allocates and returns an array of neighbouring
Buffer objects with given number
of channels and frames. |
static Buffer[] |
Buffer.allocConsecutive(int numBufs,
Server server,
int numFrames,
int numChannels,
Buffer.CompletionFunction completionFunc,
int bufNum)
Allocates and returns an array of neighbouring
Buffer objects with given number
of channels and frames. |
static Buffer |
Buffer.cueSoundFile(Server server,
String path) |
static Buffer |
Buffer.cueSoundFile(Server server,
String path,
long startFrame) |
static Buffer |
Buffer.cueSoundFile(Server server,
String path,
long startFrame,
int numChannels) |
static Buffer |
Buffer.cueSoundFile(Server server,
String path,
long startFrame,
int numChannels,
int bufferSize) |
static Buffer |
Buffer.cueSoundFile(Server server,
String path,
long startFrame,
int numChannels,
int bufferSize,
Buffer.CompletionFunction completionFunc) |
static Buffer |
Buffer.read(Server server,
String path)
Reads a whole file into memory for PlayBuf etc.
|
static Buffer |
Buffer.read(Server server,
String path,
long startFrame)
Reads a whole file into memory for PlayBuf etc., starting at a given frame.
|
static Buffer |
Buffer.read(Server server,
String path,
long startFrame,
int numFrames)
Reads a section of a file into memory for PlayBuf etc.
|
static Buffer |
Buffer.read(Server server,
String path,
long startFrame,
int numFrames,
Buffer.CompletionAction action)
Reads a section of a file into memory for PlayBuf etc.
|
static Buffer |
Buffer.read(Server server,
String path,
long startFrame,
int numFrames,
Buffer.CompletionAction action,
int bufNum)
Reads a section of a file into memory for PlayBuf etc.
|
static Buffer |
Buffer.readChannel(Server server,
String path,
long startFrame,
int numFrames,
int[] channels)
Reads a section of a given set of channels from a file into memory for PlayBuf etc.
|
static Buffer |
Buffer.readChannel(Server server,
String path,
long startFrame,
int numFrames,
int[] channels,
Buffer.CompletionAction action)
Reads a section of a given set of channels from a file into memory for PlayBuf etc.
|
static Buffer |
Buffer.readChannel(Server server,
String path,
long startFrame,
int numFrames,
int[] channels,
Buffer.CompletionAction action,
int bufNum)
Reads a section of a given set of channels from a file into memory for PlayBuf etc.
|
static Buffer |
Buffer.readNoUpdate(Server server,
String path)
Reads a whole file into memory for PlayBuf etc.
|
static Buffer |
Buffer.readNoUpdate(Server server,
String path,
long startFrame)
Reads a whole file into memory for PlayBuf etc.
|
static Buffer |
Buffer.readNoUpdate(Server server,
String path,
long startFrame,
int numFrames)
Reads a section of a file into memory for PlayBuf etc.
|
static Buffer |
Buffer.readNoUpdate(Server server,
String path,
long startFrame,
int numFrames,
Buffer.CompletionFunction completionFunc)
Reads a section of a file into memory for PlayBuf etc.
|
static Buffer |
Buffer.readNoUpdate(Server server,
String path,
long startFrame,
int numFrames,
Buffer.CompletionFunction completionFunc,
int bufNum)
Reads a section of a file into memory for PlayBuf etc.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Server.addBuf(Buffer buf)
For internal use by
Buffer objects. |
void |
Buffer.CompletionAction.completion(Buffer buf)
Executes the completion action.
|
de.sciss.net.OSCMessage |
Buffer.CompletionFunction.completion(Buffer buf)
Queries the creation of the completion message.
|
Copyright © 2015–2022 SciJava. All rights reserved.