Package net.beadsproject.beads.data

Provides classes for handling buffers of data, including samples and common waveforms and windows.

See:
          Description

Class Summary
Buffer A Buffer stores a one-dimensional buffer of floats for use as a wavetable or a window.
BufferFactory Abstract base class for factories that generate Buffers.
Pitch A set of static fields and utility methods associated with pitch.
Sample A Sample is a multi-channel buffer of audio data which can be read from a file or recorded from a UGen and written to a file.
SampleManager SampleManager provides a static repository for Sample data and provides methods to organise samples into groups.
 

Package net.beadsproject.beads.data Description

Provides classes for handling buffers of data, including samples and common waveforms and windows.