|
Zrythm v2.0.0-alpha.1
a highly automated and intuitive digital audio workstation
|
Snapshot of the three loop positions plus the track-bounds flag. More...
#include <src/commands/set_clip_loop_points_command.h>
Data Fields | |
| dsp::ContentTick | clip_start {} |
| dsp::ContentTick | loop_start {} |
| dsp::ContentTick | loop_end {} |
| bool | track_bounds { true } |
Snapshot of the three loop positions plus the track-bounds flag.
Used to capture the "before" state for undo and the live-drag state by ClipOperator.
Definition at line 35 of file set_clip_loop_points_command.h.
| dsp::ContentTick zrythm::commands::SetClipLoopPointsCommand::Snapshot::clip_start {} |
Definition at line 37 of file set_clip_loop_points_command.h.
| dsp::ContentTick zrythm::commands::SetClipLoopPointsCommand::Snapshot::loop_end {} |
Definition at line 39 of file set_clip_loop_points_command.h.
| dsp::ContentTick zrythm::commands::SetClipLoopPointsCommand::Snapshot::loop_start {} |
Definition at line 38 of file set_clip_loop_points_command.h.
| bool zrythm::commands::SetClipLoopPointsCommand::Snapshot::track_bounds { true } |
Definition at line 40 of file set_clip_loop_points_command.h.