jdxi_editor.ui.editors.analog.lfo.section

Analog LFO Section

Classes

AnalogLFOSection

Abstract base class for LFO sections. All LFOs (Analog, Digital, Mod) use _create_shape_row() for exclusive wave shape selection.

Module Contents

class jdxi_editor.ui.editors.analog.lfo.section.AnalogLFOSection(send_midi_parameter: Callable | None = None, midi_helper: jdxi_editor.midi.io.helper.MidiIOHelper = None)[source]

Bases: jdxi_editor.ui.editors.base.lfo.BaseLFOSection

Abstract base class for LFO sections. All LFOs (Analog, Digital, Mod) use _create_shape_row() for exclusive wave shape selection.

SYNTH_SPEC[source]
midi_helper = None[source]
lfo_shape_param: Literal[jdxi_editor.midi.data.parameter.analog.address.AnalogParam.LFO_SHAPE][source]
wave_shape_param: Literal[jdxi_editor.midi.data.parameter.analog.address.AnalogParam.LFO_SHAPE][source]