|
Zrythm v2.0.0-alpha.1
a highly automated and intuitive digital audio workstation
|
One iteration of the loop-expanded clip content. More...
#include <src/structure/arrangement/loop_segment_iterator.h>
Data Fields | |
| dsp::ContentTick | virt_start |
| Start of this segment's range in source-content space. | |
| dsp::ContentTick | virt_end |
| End of this segment's range in source-content space. | |
| dsp::ContentTick | abs_start |
| Start of this segment in clip-absolute space (0 = clip start). | |
| dsp::ContentTick | abs_end |
| End of this segment in clip-absolute space. | |
One iteration of the loop-expanded clip content.
Loopable clips play their content in a specific order:
Each LoopSegment represents one contiguous chunk of source content mapped to an absolute position within the clip.
Definition at line 24 of file loop_segment_iterator.h.
| dsp::ContentTick zrythm::structure::arrangement::LoopSegment::abs_end |
End of this segment in clip-absolute space.
Definition at line 33 of file loop_segment_iterator.h.
| dsp::ContentTick zrythm::structure::arrangement::LoopSegment::abs_start |
Start of this segment in clip-absolute space (0 = clip start).
Definition at line 31 of file loop_segment_iterator.h.
| dsp::ContentTick zrythm::structure::arrangement::LoopSegment::virt_end |
End of this segment's range in source-content space.
Definition at line 29 of file loop_segment_iterator.h.
| dsp::ContentTick zrythm::structure::arrangement::LoopSegment::virt_start |
Start of this segment's range in source-content space.
Definition at line 27 of file loop_segment_iterator.h.