|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Kakshya::CursorAccessProcessor::set_loop_region | ( | uint64_t | start_frame, |
| uint64_t | end_frame | ||
| ) |
Set the loop region in frames.
Defaults to [0, total_frames) on attach. Both values are clamped to the container's frame count on the next process() call. All units are frames (one frame = num_channels samples); conversion to sample offsets for get_region_data happens internally.
| start_frame | Inclusive loop start, in frames. |
| end_frame | Exclusive loop end, in frames. |
Definition at line 165 of file CursorAccessProcessor.cpp.
References m_loop_end, and m_loop_start.