|
From: <sag...@us...> - 2011-07-16 20:29:28
|
Revision: 918
http://modplug.svn.sourceforge.net/modplug/?rev=918&view=rev
Author: saga-games
Date: 2011-07-16 20:29:21 +0000 (Sat, 16 Jul 2011)
Log Message:
-----------
[Fix] Filters in XM files shouldn't be reset with every new note anymore. (*sigh*)
Modified Paths:
--------------
trunk/OpenMPT/soundlib/Sndfile.cpp
Modified: trunk/OpenMPT/soundlib/Sndfile.cpp
===================================================================
--- trunk/OpenMPT/soundlib/Sndfile.cpp 2011-07-15 22:14:45 UTC (rev 917)
+++ trunk/OpenMPT/soundlib/Sndfile.cpp 2011-07-16 20:29:21 UTC (rev 918)
@@ -2687,7 +2687,7 @@
m_defaultInstrument.nPPC = 5*12;
m_defaultInstrument.nGlobalVol=64;
m_defaultInstrument.nPan = 0x20 << 2;
- m_defaultInstrument.nIFC = 0xFF;
+ //m_defaultInstrument.nIFC = 0xFF;
m_defaultInstrument.PanEnv.nReleaseNode=ENV_RELEASE_NODE_UNSET;
m_defaultInstrument.PitchEnv.nReleaseNode=ENV_RELEASE_NODE_UNSET;
m_defaultInstrument.VolEnv.nReleaseNode=ENV_RELEASE_NODE_UNSET;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|