Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: vgmtrans/vgmtrans

Tags

v1.2

Toggle v1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
PS1 / PSF fixes (#543)

* loosen the VGMSampColl heuristic as it resulted in a false negative for philosoma
* clamp vab pitch tune to 127, as this fixes megaman8 and is consistent with gocha's comment
* PSFLoader: search for additional psflib files using starting at _lib2 tag (not _lib1) per the spec
* reject PSXSampColls that are 32 bytes or less
* RawFile: add containedVGMFilesOfType<>()
* HOSAScanner: prevent detecting duplicate PSXSampColls
* add file size checks to various Loaders
* fix SF2 conversion disallowing bank 128, which is the ch 10 drumkit bank

v1.1

Toggle v1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix typo in Cirrus workflow

interim-20170225

Toggle interim-20170225's commit message
Add Appvayor build script for Windows WTL build

interim-20151012

Toggle interim-20151012's commit message
Fix fatal regression of Super Mario World

interim-20151003

Toggle interim-20151003's commit message
Upgrade Visual Studio solution file (WTL; to VS2015)

interim-20150420

Toggle interim-20150420's commit message
Add Tamsoft PS1 formats to README

interim-20150323

Toggle interim-20150323's commit message
- adding a travis.yml config that successfully builds for osx

interim-20150308

Toggle interim-20150308's commit message
Fix Master Volume SysEx

interim-20150228

Toggle interim-20150228's commit message
Revert the last change to SeqTrack::IsOffsetUsed, fix Mega Man X Flam…

…e Mammoth regression

interim-20150223

Toggle interim-20150223's commit message
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.