From: <sag...@us...> - 2010-04-20 20:36:02
|
Revision: 575 http://modplug.svn.sourceforge.net/modplug/?rev=575&view=rev Author: saga-games Date: 2010-04-20 20:35:55 +0000 (Tue, 20 Apr 2010) Log Message: ----------- [Fix] Note Properties: It was still possible to input the "unused" volume effect (previously velocity) using this dialog. [Mod] Updated DE_jojo.mkb Modified Paths: -------------- trunk/OpenMPT/mptrack/Moddoc.cpp trunk/OpenMPT/packageTemplate/extraKeymaps/DE_jojo.mkb Modified: trunk/OpenMPT/mptrack/Moddoc.cpp =================================================================== --- trunk/OpenMPT/mptrack/Moddoc.cpp 2010-04-20 20:26:52 UTC (rev 574) +++ trunk/OpenMPT/mptrack/Moddoc.cpp 2010-04-20 20:35:55 UTC (rev 575) @@ -2863,7 +2863,7 @@ {VOLCMD_TONEPORTAMENTO, MOD_TYPE_XMITMPT, "g: Tone portamento"}, {VOLCMD_PORTAUP, MOD_TYPE_ITMPT, "f: Portamento up"}, {VOLCMD_PORTADOWN, MOD_TYPE_ITMPT, "e: Portamento down"}, - {VOLCMD_DELAYCUT, MOD_TYPE_ITMPT, ":: (currently unused)"}, + {VOLCMD_DELAYCUT, MOD_TYPE_NONE, ":: (currently unused)"}, {VOLCMD_OFFSET, MOD_TYPE_ITMPT, "o: Offset"}, //rewbs.volOff }; Modified: trunk/OpenMPT/packageTemplate/extraKeymaps/DE_jojo.mkb =================================================================== --- trunk/OpenMPT/packageTemplate/extraKeymaps/DE_jojo.mkb 2010-04-20 20:26:52 UTC (rev 574) +++ trunk/OpenMPT/packageTemplate/extraKeymaps/DE_jojo.mkb 2010-04-20 20:35:55 UTC (rev 575) @@ -226,12 +226,11 @@ 5:1242:0:71:1 //Vol command - Portamento: G (KeyDown) 5:1243:0:70:1 //Vol command - Portamento Up: F (KeyDown) 5:1244:0:69:1 //Vol command - Portamento Down: E (KeyDown) -5:1245:1:190:1 //Vol command - Velocity: Shift+. (KeyDown) 5:1246:0:79:1 //Vol command - Offset: O (KeyDown) //----( Pattern Context [bottom] - FX Col (6) )------------ 6:1294:0:220:1 //FX midi macro slide: ZIRKUMFLEX (KeyDown) -6:1295:1:190:1 //FX pseudo-velocity (experimental): Shift+. (KeyDown) +6:1295:0:190:1 //FX combined note delay and note cut: . (KeyDown) 6:1666:0:191:1 //FX parameter extension command: # (KeyDown) //----( Pattern Context [bottom] - Param Col (7) )------------ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |