fix: GUI speed control allows negative (reverse) speeds #4
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/gui-speed-negative"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
adjustSpeed clamped to [0.5, 3.0], so the -/+ buttons and keys could not
reach the reverse speeds that speed() markers, socket.js and
handleSpeedCue already accept. The range is now symmetric on |speed|
(0.1..3.0) and stepping crosses zero instead of landing on it, since 0
freezes the playhead.
Co-Authored-By: Claude Opus 5 noreply@anthropic.com