MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ set_loop_region()

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.

Parameters
start_frameInclusive loop start, in frames.
end_frameExclusive loop end, in frames.

Definition at line 165 of file CursorAccessProcessor.cpp.

References m_loop_end, and m_loop_start.