Skip to main contentCrate phosphor_core
Source - audio
- Audio I/O backend abstraction.
- clip
- MIDI clip: a sequence of timestamped MIDI events on a timeline.
- cpal_backend
- Real audio output via cpal.
- engine
- The audio engine: owns the transport, synth, MIDI routing,
and drives the audio callback.
- metronome
- Metronome — click track that follows the transport BPM.
- mixer
- Per-track audio mixer with MIDI recording and clip playback.
- project
- Shared domain models for the audio engine and UI.
- transport
- Transport state: play, pause, stop, record, loop.
- EngineConfig
- Configuration for the audio engine.