Function apply

Source
fn apply(
    project: &mut Project,
    clip: u64,
    act: Act,
    selected: &mut Vec<u64>,
) -> bool
Expand description

Apply one buffered action; returns true when the project actually changed.