DTXManiaXG(Ver.K)4.00Series
修訂 | 28fb5b8c8316845dccbdf3a74e8f66414ab63376 (tree) |
---|---|
時間 | 2019-06-03 00:45:47 |
作者 | kairera0467 <gennsou76573@gmai...> |
Commiter | kairera0467 |
#39291 LPとLBDのVelocity設定が使えなかったので修正
#xxxxx C定数のチャンネル名定義にDrumsとGuitarのみVer.K、DGP-NEXTの追加定義を追加。
@@ -1296,6 +1296,8 @@ namespace DTXMania | ||
1296 | 1296 | this.nVelocityMin.FT = 0; |
1297 | 1297 | this.nVelocityMin.CY = 0; |
1298 | 1298 | this.nVelocityMin.RD = 0; |
1299 | + this.nVelocityMin.LP = 0; | |
1300 | + this.nVelocityMin.LBD = 0; | |
1299 | 1301 | #endregion |
1300 | 1302 | this.nRisky = 0; // #23539 2011.7.26 yyagi RISKYモード |
1301 | 1303 | this.nShowLagType = (int) EShowLagType.OFF; // #25370 2011.6.3 yyagi ズレ時間表示 |
@@ -1858,6 +1860,8 @@ namespace DTXMania | ||
1858 | 1860 | sw.WriteLine( "FTVelocityMin={0}", this.nVelocityMin.FT ); // |
1859 | 1861 | sw.WriteLine( "CYVelocityMin={0}", this.nVelocityMin.CY ); // |
1860 | 1862 | sw.WriteLine( "RDVelocityMin={0}", this.nVelocityMin.RD ); // |
1863 | + sw.WriteLine( "LPVelocityMin={0}", this.nVelocityMin.LP ); // | |
1864 | + sw.WriteLine( "LBDVelocityMin={0}", this.nVelocityMin.LBD); // | |
1861 | 1865 | sw.WriteLine(); // |
1862 | 1866 | #endregion |
1863 | 1867 |
@@ -2999,6 +3003,14 @@ namespace DTXMania | ||
2999 | 3003 | { |
3000 | 3004 | this.nVelocityMin.RD = C変換.n値を文字列から取得して範囲内に丸めて返す( str4, 0, 127, this.nVelocityMin.RD ); |
3001 | 3005 | } |
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 | + } | |
3002 | 3014 | #endregion |
3003 | 3015 | //else if ( str3.Equals( "NoMP3Streaming" ) ) |
3004 | 3016 | //{ |
@@ -34,8 +34,8 @@ namespace DTXMania | ||
34 | 34 | HiHatOpen = 0x18, |
35 | 35 | RideCymbal = 0x19, |
36 | 36 | LeftCymbal = 0x1A, |
37 | - //nouse_1b = 0x1B, | |
38 | - //nouse_1c = 0x1C, | |
37 | + LeftPedal = 0x1B, | |
38 | + LeftBassDrum = 0x1C, | |
39 | 39 | //nouse_1d = 0x1D, |
40 | 40 | //nouse_1e = 0x1E, |
41 | 41 | //nouse_1f = 0x1F, |
@@ -66,8 +66,8 @@ namespace DTXMania | ||
66 | 66 | HiHatOpen_Hidden = 0x38, |
67 | 67 | RideCymbal_Hidden = 0x39, |
68 | 68 | LeftCymbal_Hidden = 0x3A, |
69 | - //nouse_3b = 0x3B, | |
70 | - //nouse_3c = 0x3C, | |
69 | + LeftPedal_Hidden = 0x3B, | |
70 | + LeftBassDrum_Hidden = 0x3C, | |
71 | 71 | //nouse_3d = 0x3D, |
72 | 72 | //nouse_3e = 0x3E, |
73 | 73 | //nouse_3f = 0x3F, |
@@ -83,10 +83,10 @@ namespace DTXMania | ||
83 | 83 | //BMS_reserved_49 = 0x49, |
84 | 84 | //nouse_4a = 0x4A, |
85 | 85 | //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, | |
90 | 90 | BarLine = 0x50, |
91 | 91 | BeatLine = 0x51, |
92 | 92 | MIDIChorus = 0x52, |
@@ -157,19 +157,19 @@ namespace DTXMania | ||
157 | 157 | //nouse_90 = 0x90, |
158 | 158 | //nouse_91 = 0x91, |
159 | 159 | //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, | |
173 | 173 | Bass_Open = 0xA0, |
174 | 174 | Bass_xxB = 0xA1, |
175 | 175 | Bass_xGx = 0xA2, |
@@ -179,13 +179,13 @@ namespace DTXMania | ||
179 | 179 | Bass_RGx = 0xA6, |
180 | 180 | Bass_RGB = 0xA7, |
181 | 181 | 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, | |
189 | 189 | //nouse_b0 = 0xB0, |
190 | 190 | HiHatClose_NoChip = 0xB1, |
191 | 191 | Snare_NoChip = 0xB2, |
@@ -199,8 +199,8 @@ namespace DTXMania | ||
199 | 199 | Guitar_NoChip = 0xBA, |
200 | 200 | Bass_NoChip = 0xBB, |
201 | 201 | LeftCymbal_NoChip = 0xBC, |
202 | - //nouse_bd = 0xBD, | |
203 | - //nouse_be = 0xBE, | |
202 | + LeftPedal_NoChip = 0xBD, | |
203 | + LeftBassDrum_NoChip = 0xBE, | |
204 | 204 | //nouse_bf = 0xBF, |
205 | 205 | //nouse_c0 = 0xC0, |
206 | 206 | BeatLineShift = 0xC1, |