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
""" ParameterAreas """ from enum import Enum, auto [docs] class ParameterAreas(Enum): """Enumerates parameter areas""" [docs] SYSTEM = auto() [docs] TEMPORARY_TONE = auto() [docs] PROGRAM = auto() [docs] SUPERNATURAL_SYNTH_TONE = auto() [docs] ANALOG_SYNTH_TONE = auto() [docs] DRUM_KIT = auto()