From: <sv...@op...> - 2025-04-18 13:10:37
|
Author: sagamusix Date: Fri Apr 18 15:10:05 2025 New Revision: 23141 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=23141 Log: [Mod] XM: Allow to use 128 channels in XM files, as MilkyTracker can write such files as well (https://bugs.openmpt.org/view.php?id=1877). Modified: trunk/OpenMPT/soundlib/mod_specifications.cpp Modified: trunk/OpenMPT/soundlib/mod_specifications.cpp ============================================================================== --- trunk/OpenMPT/soundlib/mod_specifications.cpp Fri Apr 18 11:21:21 2025 (r23140) +++ trunk/OpenMPT/soundlib/mod_specifications.cpp Fri Apr 18 15:10:05 2025 (r23141) @@ -176,7 +176,7 @@ 255, // Order max. 1, // Only one order list 1, // Channel min - 127, // Channel max + 128, // Channel max 32, // Min tempo 1000, // Max tempo 1, // Min Speed |