Skip to content

Commit b66dfa6

Browse files
committed
Fix parsing SequencerSpecificEvent
1 parent abb1371 commit b66dfa6

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

MidiEvents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ def __str__(self):
367367
+ str(self.numberOfAccidentals) + majorOrMinor)
368368

369369

370-
class SequencerSpecificEvent:
370+
class SequencerSpecificEvent(MetaEvent):
371371
def __init__(self):
372372
super().__init__()
373373
# raw event data without the variable-length length property

VisualOutputTesting.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ def testMidiData():
6868
print()
6969
print()
7070
print("Note F4 329.04s to 339.32s Channel: 11 <-- expected last note (TestMidiFile2.mid)")
71+
# print("Note A4 12.50s to 13.00s Channel: 1 <-- expected last note (testingrunningstatus.mid)")
72+
7173

7274
# printRawFile()
7375
# testMidiParser()

testingrunningstatus.mid

405 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)