Clean plugins
Some checks failed
Deploy Website / deploy (push) Failing after 4m48s

This commit is contained in:
2026-02-21 01:27:32 +01:00
parent 75a8fd4401
commit baa2aba381
12 changed files with 284 additions and 167 deletions

View File

@@ -214,6 +214,11 @@ pub fn create_editor(
let shared = editor.bridge.shared_state.load();
editor.snapshot = SequencerSnapshot::from(shared.as_ref());
// Sync host tempo into LinkState so title bar shows real tempo
if shared.tempo > 0.0 {
editor.link.set_tempo(shared.tempo);
}
// Feed scope and spectrum data into app metrics
editor.app.metrics.scope = editor.bridge.scope_buffer.read();
(editor.app.metrics.peak_left, editor.app.metrics.peak_right) =