jdxi_editor.midi.data.effects.sysex.dispatcher ============================================== .. py:module:: jdxi_editor.midi.data.effects.sysex.dispatcher Classes ------- .. autoapisummary:: jdxi_editor.midi.data.effects.sysex.dispatcher.EffectsSysExDispatcher Module Contents --------------- .. py:class:: EffectsSysExDispatcher(controls: jdxi_editor.ui.widgets.controls.registry.ControlResolver, param_registry: jdxi_editor.midi.data.effects.param.registry.EffectParamRegistry, type_handler: jdxi_editor.midi.data.effects.type.handler.EffectTypeHandler) Clean, deterministic, editor-agnostic SysEx UI updater .. py:attribute:: METADATA_KEYS .. py:attribute:: controls .. py:attribute:: registry .. py:attribute:: type_handler .. py:method:: dispatch(sysex_data: Dict[str, Any]) -> jdxi_editor.ui.editors.effects.dispatch_stats.DispatchStats dispatch