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
""" JDXi Display State """ from dataclasses import dataclass @dataclass(slots=True) [docs] class JDXiDisplayState: """JDXi Display State""" [docs] synth: str # "D1" | "D2" | "DR" | "AN" [docs] program_name: str [docs] program_id: str [docs] tone_name: str [docs] tone_number: int [docs] octave: int = 0