We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2aecb commit 6676f9fCopy full SHA for 6676f9f
1 file changed
README.rst
@@ -68,11 +68,11 @@ Usage Example
68
print("Listening on input channel:", midi.in_channel)
69
70
while True:
71
- midi.note_on(44, 120)
72
- midi.note_off(44, 120)
73
- midi.control_change(3, 44)
74
- midi.pitch_bend(random.randint(0,16383))
75
- time.sleep(1)
+ midi.note_on(44, 120)
+ midi.note_off(44, 120)
+ midi.control_change(3, 44)
+ midi.pitch_bend(random.randint(0,16383))
+ time.sleep(1)
76
77
78
Contributing
0 commit comments