Expand description
Менеджер патчбэя — центральный координатор Patchbay manager — central coordinator (DEPRECATED).
PatchbayManager is a legacy component. It runs in a dedicated
std::thread at a fixed update rate. Superseded by the async model:
PatchbayControl::add_automaton_task() + tokio tasks.
Old functionality:
- Automata (LFO, envelopes, sequencers)
- Event mappings (MIDI/OSC)
- Servos (automaton-to-parameter bridge)
Recommended replacements:
PatchbayControl::add_lfo_task()PatchbayControl::add_automaton_task()PatchbayControl::handle_event()
Structs§
- Patchbay
Config - Configuration for the patchbay.
- Patchbay
Manager - The main patchbay manager.
- Patchbay
Manager Builder - Builder for creating a
PatchbayManagerwith a fluent API. - Patchbay
Stats - Runtime statistics for the patchbay.
Enums§
- Patchbay
Event - Events emitted by the patchbay manager for logging and debugging.