Skip to content

Commit 6676f9f

Browse files
author
Kevin J Walters
committed
Corrected the current example in README.rst. This does not yet show the new features. #3
1 parent 6f2aecb commit 6676f9f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ Usage Example
6868
print("Listening on input channel:", midi.in_channel)
6969
7070
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)
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)
7676
7777
7878
Contributing

0 commit comments

Comments
 (0)