Package | Description |
---|---|
de.sciss.jcollider |
Modifier and Type | Method and Description |
---|---|
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,
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,
long startFrame,
int numChannels,
int bufferSize,
Buffer.CompletionFunction completionFunc) |
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.
|
Copyright © 2015–2022 SciJava. All rights reserved.