Skip to content

Commit

Permalink
[Mod] IT: Double portamento command behaviour was backported to Schis…
Browse files Browse the repository at this point in the history
…m Tracker. Enable the compatibility flag accordingly.

git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@21809 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
sagamusix committed Oct 13, 2024
1 parent fb8e85f commit 2012e2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soundlib/Load_it.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1278,6 +1278,7 @@ bool CSoundFile::ReadIT(FileReader &file, ModLoadingFlags loadFlags)
{SchismVersionFromDate<2024, 5, 12>::date, kITNoSustainOnPortamento }, // https://github.com/schismtracker/schismtracker/commit/6f68f2855a7e5e4ffe825869244e631e15741037
{SchismVersionFromDate<2024, 5, 12>::date, kITEmptyNoteMapSlotIgnoreCell }, // https://github.com/schismtracker/schismtracker/commit/aa84148e019a65f3d52ecd33fd84bfecfdb87bf4
{SchismVersionFromDate<2024, 5, 27>::date, kITOffsetWithInstrNumber }, // https://github.com/schismtracker/schismtracker/commit/9237960d45079a54ad73f87bacfe5dd8ae82e273
{SchismVersionFromDate<2024, 10, 13>::date, kITDoublePortamentoSlides }, // https://github.com/schismtracker/schismtracker/commit/223e327d9448561931b8cac8a55180286b17276c
};
for(const auto &quirk : SchismQuirks)
{
Expand Down

0 comments on commit 2012e2f

Please sign in to comment.