jdxi_editor.ui.widgets.midi.slider.lfo.shape
filter slider to modify nrpn parameters
CC#99 – NRPN MSB
CC#98 – NRPN LSB
CC#6 – Data Entry MSB (value: 0–127)
(Optional) CC#38 – Data Entry LSB (if 14-bit needed, but not in your case)
CC#101 & 100 – Reset to NULL (optional, to avoid data confusion)
Classes
A slider for controlling LFO Pitch Depth for JD-Xi partials via NRPN. |
Module Contents
- class jdxi_editor.ui.widgets.midi.slider.lfo.shape.LFOShapeSlider(midi_helper: jdxi_editor.midi.io.helper.MidiIOHelper, label: str = 'LFO Pitch Depth')[source]
Bases:
jdxi_editor.ui.widgets.midi.slider.nrpn.NRPNSliderA slider for controlling LFO Pitch Depth for JD-Xi partials via NRPN.