Skip to content

Commit 4848fa4

Browse files
author
Kevin J Walters
committed
2 parents 5aa000b + 8d10fda commit 4848fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_midi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def pitch_bend(self, value, channel=None):
183183
def control_change(self, control, value, channel=None):
184184
"""Sends a MIDI CC message.
185185
186-
:param int control: The controller number. Must be 0-15.
186+
:param int control: The controller number. Must be 0-127.
187187
:param int value: The control value. Must be 0-127.
188188
189189
"""

0 commit comments

Comments
 (0)