|
Zrythm v2.0.0-alpha.1
a highly automated and intuitive digital audio workstation
|
Audio clip entry for caching. More...
#include <src/dsp/timeline_data_cache.h>
Data Fields | |
| juce::AudioSampleBuffer | audio_buffer |
| Copy of the audio sample buffer. | |
| units::sample_t | start_sample |
| Start position in samples. | |
| units::sample_t | end_sample |
| End position in samples. | |
Audio clip entry for caching.
Contains all the information needed to process an audio clip during playback without accessing the clip object directly in the real-time thread.
Definition at line 203 of file timeline_data_cache.h.
| juce::AudioSampleBuffer zrythm::dsp::AudioTimelineDataCache::AudioClipEntry::audio_buffer |
Copy of the audio sample buffer.
Definition at line 206 of file timeline_data_cache.h.
| units::sample_t zrythm::dsp::AudioTimelineDataCache::AudioClipEntry::end_sample |
End position in samples.
Definition at line 212 of file timeline_data_cache.h.
| units::sample_t zrythm::dsp::AudioTimelineDataCache::AudioClipEntry::start_sample |
Start position in samples.
Definition at line 209 of file timeline_data_cache.h.