From: <rel...@us...> - 2010-01-16 11:44:53
|
Revision: 467 http://modplug.svn.sourceforge.net/modplug/?rev=467&view=rev Author: relabsoluness Date: 2010-01-16 11:44:43 +0000 (Sat, 16 Jan 2010) Log Message: ----------- [Fix] Internal: Tentative fix to compile error in VC08 with SoundTouch resources. [Mod] Key bindings: Change to default key bindings. Modified Paths: -------------- trunk/OpenMPT/mptrack/res/defaultKeybindings.mkb trunk/OpenMPT/soundtouch/soundtouch.vcproj trunk/OpenMPT/soundtouch/soundtouch_08.vcproj Added Paths: ----------- trunk/OpenMPT/soundtouch/resource.h Modified: trunk/OpenMPT/mptrack/res/defaultKeybindings.mkb =================================================================== --- trunk/OpenMPT/mptrack/res/defaultKeybindings.mkb 2010-01-15 21:15:34 UTC (rev 466) +++ trunk/OpenMPT/mptrack/res/defaultKeybindings.mkb 2010-01-16 11:44:43 UTC (rev 467) @@ -168,8 +168,8 @@ 3:1316:1:16:1 //Chord Modifier: Shift (KeyDown) 3:1200:0:192:1 //Note cut: ' (KeyDown) 3:1201:0:187:1 //Note off: = (KeyDown) -3:1788:1:226:1 //Parameter control(MPTm only): Shift+< (KeyDown) -3:1789:0:226:1 //Parameter control(smooth)(MPTm only): < (KeyDown) +3:1788:1:189:1 //Parameter control(MPTm only): Shift+- (KeyDown) +3:1789:0:189:1 //Parameter control(smooth)(MPTm only): - (KeyDown) //----( Pattern Context [bottom] - Ins Col (4) )------------ 4:1202:0:96:1 //Set instrument digit 0: NUM 0 (KeyDown) Added: trunk/OpenMPT/soundtouch/resource.h =================================================================== --- trunk/OpenMPT/soundtouch/resource.h (rev 0) +++ trunk/OpenMPT/soundtouch/resource.h 2010-01-16 11:44:43 UTC (rev 467) @@ -0,0 +1,15 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by SoundTouchDLL.rc +// + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 101 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1001 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif Modified: trunk/OpenMPT/soundtouch/soundtouch.vcproj =================================================================== --- trunk/OpenMPT/soundtouch/soundtouch.vcproj 2010-01-15 21:15:34 UTC (rev 466) +++ trunk/OpenMPT/soundtouch/soundtouch.vcproj 2010-01-16 11:44:43 UTC (rev 467) @@ -191,6 +191,9 @@ RelativePath=".\RateTransposer.h"> </File> <File + RelativePath=".\resource.h"> + </File> + <File RelativePath=".\SoundTouch.h"> </File> <File Modified: trunk/OpenMPT/soundtouch/soundtouch_08.vcproj =================================================================== --- trunk/OpenMPT/soundtouch/soundtouch_08.vcproj 2010-01-15 21:15:34 UTC (rev 466) +++ trunk/OpenMPT/soundtouch/soundtouch_08.vcproj 2010-01-16 11:44:43 UTC (rev 467) @@ -277,6 +277,10 @@ > </File> <File + RelativePath=".\resource.h" + > + </File> + <File RelativePath=".\SoundTouch.h" > </File> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |