We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb1371 commit b66dfa6Copy full SHA for b66dfa6
MidiEvents.py
@@ -367,7 +367,7 @@ def __str__(self):
367
+ str(self.numberOfAccidentals) + majorOrMinor)
368
369
370
-class SequencerSpecificEvent:
+class SequencerSpecificEvent(MetaEvent):
371
def __init__(self):
372
super().__init__()
373
# raw event data without the variable-length length property
VisualOutputTesting.py
@@ -68,6 +68,8 @@ def testMidiData():
68
print()
69
70
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
+
73
74
# printRawFile()
75
# testMidiParser()
testingrunningstatus.mid
405 Bytes
0 commit comments