We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca7258 commit 33103c4Copy full SHA for 33103c4
1 file changed
adafruit_midi/control_change_values.py
@@ -46,13 +46,15 @@
46
EXPRESSION = 11
47
SUSTAIN_PEDAL = 64
48
PORTAMENTO = 65
49
+PORTAMENTO_TIME = 37
50
FILTER_RESONANCE = 71
51
RELEASE_TIME = 72
-ATTACK_TIME = 74
52
+ATTACK_TIME = 73
53
CUTOFF_FREQUENCY = 74
54
DECAY_TIME = 75
55
VIBRATO_RATE = 76
56
VIBRATO_DEPTH = 77
57
VIBRATO_DELAY = 78
58
+CHORUS = 93
59
ALL_CONTROLLERS_OFF = 121
60
ALL_NOTES_OFF = 123
0 commit comments