You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix crash in VGMSeq Load issue #34
This issue has been caused because VGMSeq::readMode has never been initialized. VGMTrans goes into GetHeaderInfo with `readMode = READMODE_CONVERT_TO_MIDI` and `midi = NULL`. Therefore, a null pointer reference has occurred, when VGMTrans tries to set PPQN to MIDI object.