Package | Description |
---|---|
de.sciss.jcollider |
Modifier and Type | Method and Description |
---|---|
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.
|
void |
Buffer.read(String path,
long fileStartFrame,
int numFrames,
int bufStartFrame,
boolean leaveOpen,
Buffer.CompletionAction action)
Reads in frames from a sound file into the buffer, beginning a
given offset in the buffer.
|
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.
|
void |
Buffer.readChannel(String path,
long fileStartFrame,
int numFrames,
int bufStartFrame,
boolean leaveOpen,
int[] channels,
Buffer.CompletionAction action)
Reads in frames from selected channels of a sound file into the buffer, beginning a
given offset in the buffer.
|
void |
Buffer.updateInfo(Buffer.CompletionAction action)
Asynchronously updates the buffer parameters
(such as number of frames or sample rate).
|
Copyright © 2015–2022 SciJava. All rights reserved.