Revision | 90aeeb6cb85b24fb6ff53d5cb41b8f772022dc75 (tree) |
---|---|
Zeit | 2021-10-18 22:26:47 |
Autor | yyagi <yyagi.dtxmania@gmai...> |
Commiter | yyagi |
#xxxxx DirectSound使用時でも、ミキサーへの登録を行っていたため修正。
@@ -627,7 +627,7 @@ namespace DTXMania | ||
627 | 627 | { |
628 | 628 | cwav.rSound[0] = CDTXMania.Instance.Sound管理.tサウンドを生成する(str, eInstType); |
629 | 629 | cwav.rSound[0].n音量 = 100; |
630 | - if (!CDTXMania.Instance.ConfigIni.bDynamicBassMixerManagement.Value) | |
630 | + if (!CDTXMania.Instance.ConfigIni.bDynamicBassMixerManagement.Value && (CDTXMania.Instance.Sound管理.CurrentSoundDeviceType != ESoundDeviceType.DirectSound)) | |
631 | 631 | { |
632 | 632 | cwav.rSound[0].tBASSサウンドをミキサーに追加する(); |
633 | 633 | } |