• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

DTXManiaXG(Ver.K)4.00Series


Commit MetaInfo

Revisión28fb5b8c8316845dccbdf3a74e8f66414ab63376 (tree)
Tiempo2019-06-03 00:45:47
Autorkairera0467 <gennsou76573@gmai...>
Commiterkairera0467

Log Message

#39291 LPとLBDのVelocity設定が使えなかったので修正
#xxxxx C定数のチャンネル名定義にDrumsとGuitarのみVer.K、DGP-NEXTの追加定義を追加。

Cambiar Resumen

  • delete: "DTXMania\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210/\343\202\263\343\203\274\343\203\211/\345\205\250\344\275\223/CConfigIni.cs"
  • delete: "DTXMania\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210/\343\202\263\343\203\274\343\203\211/\345\205\250\344\275\223/C\345\256\232\346\225\260.cs"

Diferencia incremental

--- "a/DTXMania\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210/\343\202\263\343\203\274\343\203\211/\345\205\250\344\275\223/CConfigIni.cs"
+++ "b/DTXMania\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210/\343\202\263\343\203\274\343\203\211/\345\205\250\344\275\223/CConfigIni.cs"
@@ -1296,6 +1296,8 @@ namespace DTXMania
12961296 this.nVelocityMin.FT = 0;
12971297 this.nVelocityMin.CY = 0;
12981298 this.nVelocityMin.RD = 0;
1299+ this.nVelocityMin.LP = 0;
1300+ this.nVelocityMin.LBD = 0;
12991301 #endregion
13001302 this.nRisky = 0; // #23539 2011.7.26 yyagi RISKYモード
13011303 this.nShowLagType = (int) EShowLagType.OFF; // #25370 2011.6.3 yyagi ズレ時間表示
@@ -1858,6 +1860,8 @@ namespace DTXMania
18581860 sw.WriteLine( "FTVelocityMin={0}", this.nVelocityMin.FT ); //
18591861 sw.WriteLine( "CYVelocityMin={0}", this.nVelocityMin.CY ); //
18601862 sw.WriteLine( "RDVelocityMin={0}", this.nVelocityMin.RD ); //
1863+ sw.WriteLine( "LPVelocityMin={0}", this.nVelocityMin.LP ); //
1864+ sw.WriteLine( "LBDVelocityMin={0}", this.nVelocityMin.LBD); //
18611865 sw.WriteLine(); //
18621866 #endregion
18631867
@@ -2999,6 +3003,14 @@ namespace DTXMania
29993003 {
30003004 this.nVelocityMin.RD = C変換.n値を文字列から取得して範囲内に丸めて返す( str4, 0, 127, this.nVelocityMin.RD );
30013005 }
3006+ else if ( str3.Equals( "LPVelocityMin" ) ) // #23857 2011.1.31 yyagi
3007+ {
3008+ this.nVelocityMin.LP = C変換.n値を文字列から取得して範囲内に丸めて返す( str4, 0, 127, this.nVelocityMin.LP );
3009+ }
3010+ else if ( str3.Equals( "LBDVelocityMin" ) ) // #23857 2011.1.31 yyagi
3011+ {
3012+ this.nVelocityMin.LBD = C変換.n値を文字列から取得して範囲内に丸めて返す( str4, 0, 127, this.nVelocityMin.LBD );
3013+ }
30023014 #endregion
30033015 //else if ( str3.Equals( "NoMP3Streaming" ) )
30043016 //{
--- "a/DTXMania\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210/\343\202\263\343\203\274\343\203\211/\345\205\250\344\275\223/C\345\256\232\346\225\260.cs"
+++ "b/DTXMania\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210/\343\202\263\343\203\274\343\203\211/\345\205\250\344\275\223/C\345\256\232\346\225\260.cs"
@@ -34,8 +34,8 @@ namespace DTXMania
3434 HiHatOpen = 0x18,
3535 RideCymbal = 0x19,
3636 LeftCymbal = 0x1A,
37- //nouse_1b = 0x1B,
38- //nouse_1c = 0x1C,
37+ LeftPedal = 0x1B,
38+ LeftBassDrum = 0x1C,
3939 //nouse_1d = 0x1D,
4040 //nouse_1e = 0x1E,
4141 //nouse_1f = 0x1F,
@@ -66,8 +66,8 @@ namespace DTXMania
6666 HiHatOpen_Hidden = 0x38,
6767 RideCymbal_Hidden = 0x39,
6868 LeftCymbal_Hidden = 0x3A,
69- //nouse_3b = 0x3B,
70- //nouse_3c = 0x3C,
69+ LeftPedal_Hidden = 0x3B,
70+ LeftBassDrum_Hidden = 0x3C,
7171 //nouse_3d = 0x3D,
7272 //nouse_3e = 0x3E,
7373 //nouse_3f = 0x3F,
@@ -83,10 +83,10 @@ namespace DTXMania
8383 //BMS_reserved_49 = 0x49,
8484 //nouse_4a = 0x4A,
8585 //nouse_4b = 0x4B,
86- //nouse_4c = 0x4C,
87- //nouse_4d = 0x4D,
88- //nouse_4e = 0x4E,
89- //nouse_4f = 0x4F,
86+ Bonus1 = 0x4C,
87+ Bonus2 = 0x4D,
88+ Bonus3 = 0x4E,
89+ Bonus4 = 0x4F,
9090 BarLine = 0x50,
9191 BeatLine = 0x51,
9292 MIDIChorus = 0x52,
@@ -157,19 +157,19 @@ namespace DTXMania
157157 //nouse_90 = 0x90,
158158 //nouse_91 = 0x91,
159159 //nouse_92 = 0x92,
160- //nouse_93 = 0x93,
161- //nouse_94 = 0x94,
162- //nouse_95 = 0x95,
163- //nouse_96 = 0x96,
164- //nouse_97 = 0x97,
165- //nouse_98 = 0x98,
166- //nouse_99 = 0x99,
167- //nouse_9a = 0x9A,
168- //nouse_9b = 0x9B,
169- //nouse_9c = 0x9C,
170- //nouse_9d = 0x9D,
171- //nouse_9e = 0x9E,
172- //nouse_9f = 0x9F,
160+ Guitar_xxxYx = 0x93,
161+ Guitar_xxBYx = 0x94,
162+ Guitar_xGxYx = 0x95,
163+ Guitar_xGBYx = 0x96,
164+ Guitar_RxxYx = 0x97,
165+ Guitar_RxBYx = 0x98,
166+ Guitar_RGxYx = 0x99,
167+ Guitar_RGBYx = 0x9A,
168+ Guitar_xxxxP = 0x9B,
169+ Guitar_xxBxP = 0x9C,
170+ Guitar_xGxxP = 0x9D,
171+ Guitar_xGBxP = 0x9E,
172+ Guitar_RxxxP = 0x9F,
173173 Bass_Open = 0xA0,
174174 Bass_xxB = 0xA1,
175175 Bass_xGx = 0xA2,
@@ -179,13 +179,13 @@ namespace DTXMania
179179 Bass_RGx = 0xA6,
180180 Bass_RGB = 0xA7,
181181 Bass_Wailing = 0xA8,
182- //nouse_a9 = 0xA9,
183- //nouse_aa = 0xAA,
184- //nouse_ab = 0xAB,
185- //nouse_ac = 0xAC,
186- //nouse_ad = 0xAD,
187- //nouse_ae = 0xAE,
188- Bass_WailingSound = 0xAF,
182+ Guitar_RxBxP = 0xA9,
183+ Guitar_RGxxP = 0xAA,
184+ Guitar_RGBxP = 0xAB,
185+ Guitar_xxxYP = 0xAC,
186+ Guitar_xxBYP = 0xAD,
187+ Guitar_xGxYP = 0xAE,
188+ Guitar_xGBYP = 0xAF, //Bass_WailingSound = 0xAF,
189189 //nouse_b0 = 0xB0,
190190 HiHatClose_NoChip = 0xB1,
191191 Snare_NoChip = 0xB2,
@@ -199,8 +199,8 @@ namespace DTXMania
199199 Guitar_NoChip = 0xBA,
200200 Bass_NoChip = 0xBB,
201201 LeftCymbal_NoChip = 0xBC,
202- //nouse_bd = 0xBD,
203- //nouse_be = 0xBE,
202+ LeftPedal_NoChip = 0xBD,
203+ LeftBassDrum_NoChip = 0xBE,
204204 //nouse_bf = 0xBF,
205205 //nouse_c0 = 0xC0,
206206 BeatLineShift = 0xC1,