Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not push size of the data into the SysEx #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Monceber
Copy link

@Monceber Monceber commented Jun 9, 2022

I've done some testing with mts-type2.cpp and adding size to the SysEx seems to break the functionality. The message is ignored and no tune changes are made.

Here is an archive with two WAV files (converted from MIDI to WAV via Timidity) and two original MIDI files. quarter_with_size has size of the data array added to the message, while quarter_without_size - does not.
quarters.zip

Additionally, if I were to compare results from #99 with the ones that I get, they seem to match with the ones, made without adding size.
Size of file from archive in this matches with the size of MIDI generated without size (368 bytes). As does MIDI generated from Ratioscore lack this one byte, representing size of the SysEx message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant