fn apply_speed(
project: &mut Project,
selection: &[u64],
speed: f64,
reverse: bool,
note: &mut String,
undo: &mut dyn FnMut(&Project),
) -> boolExpand description
Apply speed/reverse to the selection with a single undo. False (and a note) when nothing changed.