Skip to content

Commit d458dac

Browse files
author
Francois Best
committed
Testing for the 1byte running status bug.
1 parent 217d083 commit d458dac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

res/validator/validate.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,14 @@ def main():
143143
midiInterface.listenerCallback = tester.handleMidiInput
144144

145145
tester.checkThru([Midi.NoteOn, 64, 80])
146+
tester.checkThru([Midi.AfterTouchChannel, 1])
147+
tester.checkThru([2])
148+
tester.checkThru([3])
149+
tester.checkThru([Midi.NoteOn, 64, 0])
150+
tester.checkThru([65, 127])
151+
tester.checkThru([65, 0])
152+
tester.checkThru([66, 127])
153+
tester.checkThru([66, 0])
146154

147155
#lib = ArduinoMidiLibrary()
148156
#lib.install()

0 commit comments

Comments
 (0)