WIP: not sure

This commit is contained in:
2026-02-03 02:31:55 +01:00
parent cd223592a7
commit fb1f73ebd6
7 changed files with 547 additions and 159 deletions

View File

@@ -1,6 +1,13 @@
mod audio;
mod dispatcher;
mod link;
pub mod sequencer;
mod timing;
pub use timing::{
beats_to_micros, micros_to_beats, micros_until_next_substep, substeps_crossed, StepTiming,
SyncTime, ACTIVE_WAIT_THRESHOLD_US, NEVER,
};
// AnalysisHandle and SequencerHandle are used by src/bin/desktop.rs
#[allow(unused_imports)]