Copyright text is not recognized in SMF #171
-
As the title says. |
Beta Was this translation helpful? Give feedback.
Answered by
orchetect
Mar 7, 2023
Replies: 1 comment 10 replies
-
Copyright is an existing text SMF event type in MIDIKit. I checked the unit tests and it's functioning correctly. What is the contents of Copyright text is encoded as Meta type should be |
Beta Was this translation helpful? Give feedback.
10 replies
Answer selected by
orchetect
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Copyright is an existing text SMF event type in MIDIKit. I checked the unit tests and it's functioning correctly.
What is the contents of
unrecognizedMeta
? What is themetaType
anddata
? My guess is that it may not be an actual copyright text event that you're reading.Copyright text is encoded as
0xFF 0x02 LEN <chars>
Meta type should be
0x02
for copyright.