Function apply_speed

Source
fn apply_speed(
    project: &mut Project,
    selection: &[u64],
    speed: f64,
    reverse: bool,
    note: &mut String,
    undo: &mut dyn FnMut(&Project),
) -> bool
Expand description

Apply speed/reverse to the selection with a single undo. False (and a note) when nothing changed.