Skip to content

Commit 8d10fda

Browse files
authored
Merge pull request #6 from coreyostman/controller-number-doc
MIDI controller numbers can be 0-127
2 parents 8c3b234 + 863ff66 commit 8d10fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_midi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def pitch_bend(self, value, channel=None):
119119
def control_change(self, control, value, channel=None):
120120
"""Sends a MIDI CC message.
121121
122-
:param int control: The controller number. Must be 0-15.
122+
:param int control: The controller number. Must be 0-127.
123123
:param int value: The control value. Must be 0-127.
124124
125125
"""

0 commit comments

Comments
 (0)