From: <man...@us...> - 2013-04-22 21:47:51
|
Revision: 1940 http://sourceforge.net/p/modplug/code/1940 Author: manxorist Date: 2013-04-22 21:47:30 +0000 (Mon, 22 Apr 2013) Log Message: ----------- [Ref] ProcessMidiOut should be inside #ifdef MODPLUG_TRACKER. Modified Paths: -------------- trunk/OpenMPT/soundlib/Snd_fx.cpp Modified: trunk/OpenMPT/soundlib/Snd_fx.cpp =================================================================== --- trunk/OpenMPT/soundlib/Snd_fx.cpp 2013-04-22 21:19:29 UTC (rev 1939) +++ trunk/OpenMPT/soundlib/Snd_fx.cpp 2013-04-22 21:47:30 UTC (rev 1940) @@ -4216,7 +4216,9 @@ if(m_nInstruments) { chn.rowCommand.note = note; // No retrig without note... +#ifdef MODPLUG_TRACKER ProcessMidiOut(nChn); //Send retrig to Midi +#endif // MODPLUG_TRACKER } if ((GetType() & (MOD_TYPE_IT|MOD_TYPE_MPT)) && (!chn.rowCommand.note) && (oldPeriod)) chn.nPeriod = oldPeriod; if (!(GetType() & (MOD_TYPE_S3M|MOD_TYPE_IT|MOD_TYPE_MPT))) retrigCount = 0; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |