1
0
mirror of synced 2025-02-17 11:08:33 +01:00

add just a few more things (#609)

This commit is contained in:
DragonRatTiger / リュウコ 2024-04-26 23:53:35 -05:00 committed by GitHub
parent 308654596f
commit fa3ae9b446
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 7 deletions

View File

@ -9,6 +9,6 @@
#BOXEXPLANATIONJA3:
#BGTYPE:3
#BGCOLOR:#012867
#BOXTYPE:6
#BOXTYPE:8
#BOXCOLOR:#012867
#SCENEPRESET:Outfox

View File

@ -2116,13 +2116,13 @@ namespace TJAPlayer3
this.bTight = false; // #29500 2012.9.11 kairera0467 TIGHTモード
nGraphicsDeviceType = 0;
#region [ WASAPI/ASIO ]
this.nSoundDeviceType = (int)ESoundDeviceTypeForConfig.Bass; // #24820 2012.12.23 yyagi 初期値はACM | #31927 2013.8.25 yyagi OSにより初期値変更
this.nSoundDeviceType = OperatingSystem.IsWindows() ? (int)ESoundDeviceTypeForConfig.WASAPI_Shared : (int)ESoundDeviceTypeForConfig.Bass; // #24820 2012.12.23 yyagi 初期値はACM | #31927 2013.8.25 yyagi OSにより初期値変更
nBassBufferSizeMs = 1;
this.nWASAPIBufferSizeMs = 50; // #24820 2013.1.15 yyagi 初期値は50(0で自動設定)
this.nASIODevice = 0; // #24820 2013.1.17 yyagi
// this.nASIOBufferSizeMs = 0; // #24820 2012.12.25 yyagi 初期値は0(自動設定)
#endregion
this.bUseOSTimer = false;; // #33689 2014.6.6 yyagi 初期値はfalse (FDKのタイマー。氏考案の独自タイマー)
this.bUseOSTimer = true; // #33689 2014.6.6 yyagi 初期値はfalse (FDKのタイマー。氏考案の独自タイマー) // 2024.4.27 DRT Gonna keep this on by default. Seems to cause more issues when off.
this.bDynamicBassMixerManagement = true; //
this.bTimeStretch = false; // #23664 2013.2.24 yyagi 初期値はfalse (再生速度変更を、ピッチ変更にて行う)
this.nDisplayTimesMs = 3000; // #32072 2013.10.24 yyagi Semi-Invisibleでの、チップ再表示期間

View File

@ -90,10 +90,7 @@ namespace TJAPlayer3
[46] = "Turning this on will create smoother note scroll,\nbut may introduce sound lag.\nTurning it off will create unstable note scroll,\nbut ensure no sound lag occurs.\n" +
"\n" +
"If OFF, DTXMania uses its original\n" +
"timer and the effect is vice versa.\n" +
"\n" +
"This settings is avilable only when\n" +
"you uses WASAPI/ASIO.\n",
"timer and the effect is vice versa.\n",
[47] = "Show Character Images.\n",
[48] = "Show Dancer Images.\n",
[49] = "Show Mob Images.\n",