-
Notifications
You must be signed in to change notification settings - Fork 136
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
How to get MIDI Type #68
Comments
A good idea would be to add a function called |
Type 1 is most common used. |
Hi!
How can MIDI Type be detected (0, 1, 2)?
Like midifile.GetMIDIType()
I see that it is loaded in MidiFile::read, but seems that it is not stored as class member variable. Possible solution is to convert
type
variable to a member variable.The text was updated successfully, but these errors were encountered: