|
Zrythm v2.0.0-alpha.1+31.4967fd053471
a highly automated and intuitive digital audio workstation
|
Audio region 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 region entry for caching.
Contains all the information needed to process an audio region during playback without accessing the region object directly in the real-time thread.
Definition at line 202 of file timeline_data_cache.h.
| juce::AudioSampleBuffer zrythm::dsp::AudioTimelineDataCache::AudioRegionEntry::audio_buffer |
Copy of the audio sample buffer.
Definition at line 205 of file timeline_data_cache.h.
| units::sample_t zrythm::dsp::AudioTimelineDataCache::AudioRegionEntry::end_sample |
End position in samples.
Definition at line 211 of file timeline_data_cache.h.
| units::sample_t zrythm::dsp::AudioTimelineDataCache::AudioRegionEntry::start_sample |
Start position in samples.
Definition at line 208 of file timeline_data_cache.h.