Feat: trying to get rid of some sequencer bugs
This commit is contained in:
@@ -229,8 +229,8 @@ fn main() -> io::Result<()> {
|
||||
let seq_snapshot = sequencer.snapshot();
|
||||
app.metrics.event_count = seq_snapshot.event_count;
|
||||
|
||||
app.flush_queued_changes(&sequencer.cmd_tx);
|
||||
app.flush_dirty_patterns(&sequencer.cmd_tx);
|
||||
app.flush_queued_changes(&sequencer.cmd_tx);
|
||||
|
||||
let had_event = event::poll(Duration::from_millis(
|
||||
app.audio.config.refresh_rate.millis(),
|
||||
|
||||
Reference in New Issue
Block a user