Skip to content

Commit 7cf00b9

Browse files
authored
Updated to coarse control of portamento time
Changed from fine to coarse control of portamento time based on feedback at #49 (comment)
1 parent ad1c028 commit 7cf00b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_midi/control_change_values.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
VOLUME = 7
4545
PAN = 10
4646
EXPRESSION = 11
47-
PORTAMENTO_TIME = 37
47+
PORTAMENTO_TIME = 5
4848
SUSTAIN_PEDAL = 64
4949
PORTAMENTO = 65
5050
FILTER_RESONANCE = 71

0 commit comments

Comments
 (0)