"""
NRPN Parameters
"""
from enum import Enum
[docs]
class NRPNParameter(Enum):
"""class NRPN Parameter"""
[docs]
LFO_SHAPE = "LFO Shape" # --- (0, 3),
[docs]
LFO_PITCH_DEPTH = "LFO Pitch Depth" # --- (0, 15),
[docs]
LFO_FILTER_DEPTH = "LFO Filter Depth" # --- (0, 18),
[docs]
LFO_AMP_DEPTH = "LFO Amp Depth" # --- (0, 21),
[docs]
PULSE_WIDTH = "Pulse Width" # --- (0, 37)