Zrythm v2.0.0-alpha.1
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
zrythm::commands::SetClipLoopPointsCommand::Snapshot Struct Reference

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 }

Detailed Description

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.

Field Documentation

◆ clip_start

dsp::ContentTick zrythm::commands::SetClipLoopPointsCommand::Snapshot::clip_start {}

Definition at line 37 of file set_clip_loop_points_command.h.

◆ loop_end

dsp::ContentTick zrythm::commands::SetClipLoopPointsCommand::Snapshot::loop_end {}

Definition at line 39 of file set_clip_loop_points_command.h.

◆ loop_start

dsp::ContentTick zrythm::commands::SetClipLoopPointsCommand::Snapshot::loop_start {}

Definition at line 38 of file set_clip_loop_points_command.h.

◆ track_bounds

bool zrythm::commands::SetClipLoopPointsCommand::Snapshot::track_bounds { true }

Definition at line 40 of file set_clip_loop_points_command.h.


The documentation for this struct was generated from the following file: