Skip to main content

Module manager

Module manager 

Source
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§

PatchbayConfig
Configuration for the patchbay.
PatchbayManager
The main patchbay manager.
PatchbayManagerBuilder
Builder for creating a PatchbayManager with a fluent API.
PatchbayStats
Runtime statistics for the patchbay.

Enums§

PatchbayEvent
Events emitted by the patchbay manager for logging and debugging.