Feat: try again

This commit is contained in:
2026-03-17 13:51:47 +01:00
parent 85cacfe53e
commit faf541e536
4 changed files with 78 additions and 7 deletions

View File

@@ -234,7 +234,7 @@ pub fn create_editor(
// Read live snapshot from the audio thread
let shared = editor.bridge.shared_state.load();
editor.snapshot = SequencerSnapshot::from(shared.as_ref());
editor.app.playback.playing = editor.snapshot.playing;
editor.app.playback.playing = editor.playing.load(std::sync::atomic::Ordering::Relaxed);
// Sync host tempo into LinkState so title bar shows real tempo
if shared.tempo > 0.0 {