OSDN Git Service

#36477 (DTXC) ASIO環境が変わると、オプション画面を開けない場合がある問題を修正。
authoryyagi <yyagi@16f42ceb-6dc6-49c8-ba94-f2d53467949d>
Fri, 22 Jul 2016 17:22:02 +0000 (17:22 +0000)
committeryyagi <yyagi@16f42ceb-6dc6-49c8-ba94-f2d53467949d>
Fri, 22 Jul 2016 17:22:02 +0000 (17:22 +0000)
#xxxxx バージョン番号を032に変更。(033から減っているので注意。最終正式リリース版は031でした)
#xxxxx bass関連ライブラリの更新。

git-svn-id: http://svn.osdn.jp/svnroot/dtxmania/trunk@1002 16f42ceb-6dc6-49c8-ba94-f2d53467949d

DTXCreatorプロジェクト/Properties/AssemblyInfo.cs
DTXCreatorプロジェクト/Properties/Resources.Designer.cs
DTXCreatorプロジェクト/Properties/Resources.resx
DTXCreatorプロジェクト/コード/03.オプション関連/Cオプション管理.cs
実行時フォルダ(DTXCreator)/DTXCreator.exe
実行時フォルダ(DTXCreator)/dll/Bass.Net.dll
実行時フォルダ(DTXCreator)/dll/bass.dll
実行時フォルダ(DTXCreator)/ja-JP/DTXCreator.resources.dll

index f7ed1ac..5ad1b33 100644 (file)
@@ -33,6 +33,6 @@ using System.Resources;
 // すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を \r
 // 既定値にすることができます:\r
 // [assembly: AssemblyVersion("1.0.*")]\r
-[assembly: AssemblyVersion( "33.0.0.0" )]\r
-[assembly: AssemblyFileVersion( "33.0.0.0" )]\r
+[assembly: AssemblyVersion( "32.0.0.0" )]\r
+[assembly: AssemblyFileVersion( "32.0.0.0" )]\r
 [assembly: NeutralResourcesLanguageAttribute("")]\r
index cff916d..9c39c58 100644 (file)
@@ -71,7 +71,7 @@ namespace DTXCreator.Properties {
         }\r
         \r
         /// <summary>\r
-        ///   033 に類似しているローカライズされた文字列を検索します。\r
+        ///   032 に類似しているローカライズされた文字列を検索します。\r
         /// </summary>\r
         internal static string DTXC_VERSION {\r
             get {\r
index 62fd4c9..a8c2582 100644 (file)
     <value>..\コード\99.リソース\DTXC.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
   <data name="DTXC_VERSION" xml:space="preserve">\r
-    <value>033</value>\r
+    <value>032</value>\r
   </data>\r
   <data name="Redo" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
     <value>..\コード\99.リソース\edit_redohs.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
index 54bc711..22dc34f 100644 (file)
@@ -39,6 +39,12 @@ namespace DTXCreator.オプション関連
                        cオプションダイアログ.radioButton_ASIO.Checked = this.formメインフォーム.appアプリ設定.ViewerInfo.SoundType == FDK.ESoundDeviceType.ASIO;\r
 \r
                        int nASIOdevs = cオプションダイアログ.tASIOデバイスリストの内訳を生成する();\r
+                       if ( nASIOdevs <= this.formメインフォーム.appアプリ設定.ViewerInfo.ASIODeviceNo )   // ASIOの構成が変わった(機器が減った)場合は、ASIOを使わない\r
+                       {\r
+                               this.formメインフォーム.appアプリ設定.ViewerInfo.ASIODeviceNo = 0;\r
+                               cオプションダイアログ.radioButton_ASIO.Checked = false;\r
+                               cオプションダイアログ.radioButton_DirectSound.Checked = true;\r
+                       }\r
                        cオプションダイアログ.comboBox_ASIOdevices.SelectedIndex = this.formメインフォーム.appアプリ設定.ViewerInfo.ASIODeviceNo;\r
                        if ( nASIOdevs == 1 && cオプションダイアログ.comboBox_ASIOdevices.Items[ 0 ].ToString() == "None" )\r
                        {\r
index b2111e5..16abeed 100644 (file)
Binary files a/実行時フォルダ(DTXCreator)/DTXCreator.exe and b/実行時フォルダ(DTXCreator)/DTXCreator.exe differ
index b71600a..080a9ee 100644 (file)
Binary files a/実行時フォルダ(DTXCreator)/dll/Bass.Net.dll and b/実行時フォルダ(DTXCreator)/dll/Bass.Net.dll differ
index a1efc04..24b903b 100644 (file)
Binary files a/実行時フォルダ(DTXCreator)/dll/bass.dll and b/実行時フォルダ(DTXCreator)/dll/bass.dll differ
index c2e42e2..cdd2ebc 100644 (file)
Binary files a/実行時フォルダ(DTXCreator)/ja-JP/DTXCreator.resources.dll and b/実行時フォルダ(DTXCreator)/ja-JP/DTXCreator.resources.dll differ