fix(audio): stabilize playback startup when timeline selection is heavy

This commit is contained in:
Maze Winther
2026-03-01 01:10:56 +01:00
parent f3af18e0c7
commit c6bffaa243
2 changed files with 41 additions and 3 deletions
+2
View File
@@ -10,4 +10,6 @@ changes:
text: "Effects system (with our first effect: Blur!)"
- type: fixed
text: "Fixed an issue where click-and-drag selection on one timeline track could accidentally select items from the track below."
- type: fixed
text: "Audio could flicker or cut out at the start of playback when certain elements were selected. The scheduler now recovers from timing slips without losing audio."
---