Contents:
PlotContext
PlotConfig
BasePlotWidget
midi_to_pitch_level()
midi_to_cutoff_level()
midi_to_time_normalized()
DrumPitchEnvPlot
DrumTVFEnvPlot
DrumTVAEnvPlot
PartialSelectState
PartialSwitchState
WMTEnvelopeWidget
app
JDXiMidiGroup
OscillatorDefinition
midi_value_to_float()
WMTEnvPlot
""" Arpeggiator Areas and Parts """ from jdxi_editor.midi.data.address.address import Address [docs] ARP_GROUP = 0x40 [docs] class ArpeggioAddress(Address): """Arpeggio Address""" [docs] TEMPORARY_PROGRAM = 0x18 [docs] ARP_PART = 0x00 [docs] ARP_GROUP = 0x40