pub fn set_speed(
project: RwSignal<Option<EditProject>>,
history: StoredValue<Option<History>>,
index: usize,
timescale: f64,
)Expand description
Set segment index’s playback speed (timescale). This changes the
project length, so run re-syncs the backend clock via SetDuration.