Ardour
9.0-pre0-582-g084a23a80d
|
This is the complete list of members for ARDOUR::AudioBuffer, including all inherited members.
_capacity | ARDOUR::Buffer | protected |
_data | ARDOUR::AudioBuffer | private |
_owns_data | ARDOUR::AudioBuffer | private |
_silent | ARDOUR::Buffer | protected |
_type | ARDOUR::Buffer | protected |
_written | ARDOUR::AudioBuffer | private |
accumulate_from(const AudioBuffer &src, samplecnt_t len, sampleoffset_t dst_offset=0, sampleoffset_t src_offset=0) | ARDOUR::AudioBuffer | inline |
accumulate_from(const Sample *src, samplecnt_t len, sampleoffset_t dst_offset=0, sampleoffset_t src_offset=0) | ARDOUR::AudioBuffer | inline |
accumulate_with_gain_from(const AudioBuffer &src, samplecnt_t len, gain_t gain_coeff, sampleoffset_t dst_offset=0, sampleoffset_t src_offset=0) | ARDOUR::AudioBuffer | inline |
accumulate_with_gain_from(const Sample *src_raw, samplecnt_t len, gain_t gain_coeff, sampleoffset_t dst_offset=0) | ARDOUR::AudioBuffer | inline |
accumulate_with_ramped_gain_from(const Sample *src, samplecnt_t len, gain_t initial, gain_t target, sampleoffset_t dst_offset=0) | ARDOUR::AudioBuffer | inline |
apply_gain(gain_t gain, samplecnt_t len) | ARDOUR::AudioBuffer | inline |
AudioBuffer(size_t capacity) | ARDOUR::AudioBuffer | |
Buffer(const Buffer &)=delete | ARDOUR::Buffer | |
Buffer(DataType type) | ARDOUR::Buffer | inlineprotected |
capacity() const | ARDOUR::Buffer | inline |
check_silence(pframes_t nframes, pframes_t &n) const | ARDOUR::AudioBuffer | |
clear() | ARDOUR::Buffer | inlinevirtual |
create(DataType type, size_t capacity) | ARDOUR::Buffer | static |
data(samplecnt_t offset=0) const | ARDOUR::AudioBuffer | inline |
data(samplecnt_t offset=0) | ARDOUR::AudioBuffer | inline |
merge_from(const Buffer &src, samplecnt_t len, sampleoffset_t dst_offset=0, sampleoffset_t src_offset=0) | ARDOUR::AudioBuffer | inlinevirtual |
operator=(const Buffer &)=delete | ARDOUR::Buffer | |
prepare() | ARDOUR::AudioBuffer | inline |
read_from(const Sample *src, samplecnt_t len, sampleoffset_t dst_offset=0, sampleoffset_t src_offset=0) | ARDOUR::AudioBuffer | inline |
read_from(const Buffer &src, samplecnt_t len, sampleoffset_t dst_offset=0, sampleoffset_t src_offset=0) | ARDOUR::AudioBuffer | inlinevirtual |
resize(size_t nframes) | ARDOUR::AudioBuffer | virtual |
set_data(Sample *data, size_t size) | ARDOUR::AudioBuffer | inline |
set_written(bool w) | ARDOUR::AudioBuffer | inline |
silence(samplecnt_t len, samplecnt_t offset=0) | ARDOUR::AudioBuffer | virtual |
silent() const | ARDOUR::Buffer | inline |
silent_data() const | ARDOUR::AudioBuffer | virtual |
type() const | ARDOUR::Buffer | inline |
written() const | ARDOUR::AudioBuffer | inline |
~AudioBuffer() | ARDOUR::AudioBuffer | |
~Buffer() | ARDOUR::Buffer | inlinevirtual |