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
""" Control Change Parameters """ from enum import Enum [docs] class CCParameter(Enum): """Control Change Parameter""" [docs] CUTOFF = "Cutoff" [docs] RESONANCE = "Resonance" [docs] LEVEL = "Level" [docs] LFO_RATE = "LFO Rate"