Expand description
Patchbay manager — central coordinator Patchbay manager — central coordinator (DEPRECATED).
Manager is a legacy component. It runs in a dedicated
std::thread at a fixed update rate. Superseded by the async model:
Patchbay::add_automaton_task() + tokio tasks.
Old functionality:
- Automata (LFO, envelopes, sequencers)
- Event mappings (MIDI/OSC)
- Servos (automaton-to-parameter bridge)
Recommended replacements:
Patchbay::add_lfo_task()Patchbay::add_automaton_task()Patchbay::handle_event()
Structs§
- Config
- Configuration for the patchbay.
- Manager
- The main patchbay manager.
- Manager
Builder - Builder for creating a
Managerwith a fluent API. - Stats
- Runtime statistics for the patchbay.
Enums§
- Event
- Events emitted by the patchbay manager for logging and debugging.