TracklistSelections struct

Selections to be used for the tracklist's current selections, copying, undoing, etc.

Contents

TracklistSelections are special in that they do not allow 0 selections. There must always be a Track selected.

Public variables

Track* tracks
Selected Tracks.
bool is_project
Whether these are the project selections.
bool free_tracks
Flag to free tracks even if these are the project selections (e.g.

Variable documentation

bool TracklistSelections::free_tracks

Flag to free tracks even if these are the project selections (e.g.

when temporarily cloning the project to save).