| Interface | Description |
|---|---|
| Function | |
| SequentialData |
Interface for objects that can be read and/or written by index.
|
| Class | Description |
|---|---|
| AudioSample |
Base class for FloatSample and ShortSample.
|
| DoubleTable |
Evaluate a Function by interpolating between the values in a table.
|
| FloatSample |
Store multi-channel floating point audio data in an interleaved buffer.
|
| SampleMarker |
A marker for an audio sample.
|
| SegmentedEnvelope |
Store an envelope as a series of line segments.
|
| SequentialDataCommon |
Abstract base class for envelopes and samples that adds sustain and release
loops.
|
| ShortSample |
Store multi-channel short audio data in an interleaved buffer.
|