Skip to content

version 1.30 (20231202)

Compare
Choose a tag to compare
@XyLe-GBP XyLe-GBP released this 02 Dec 11:00
· 14 commits to master since this release

アプリケーションフレームワークを.NET7から.NET8にアップデート。
対応した音声ファイルをWaveに変換する際、複数の拡張子を混ぜた状態でも読み込み出来るように改良。
(ATRAC3 / 3+とATRAC9、およびATRACと通常の音声ファイルを同時に読み込むことはできません)
ループポイントクリエーターのTrackBar上に現在位置の数値が表示されるようにした。
UIの軽微な変更。
'設定'->'詳細設定'から'高度'->'Waveファイルに変換した際の形式を固定する'を選択していない状態で、既に音声ファイルを開いている状態の時、'ファイルを開く'からファイルを開き、変換メソッドを選択するウインドウでキャンセルした場合に例外が発生する不具合を修正。
'設定'->'詳細設定'->'高度'の項目に'Waveファイルのみの読み込みでも変換を強制する'オプションを追加。
このオプションを有効にすると、Waveファイルのみを読み込んだ場合でもWave変換を実行します。
対象WaveファイルのHzを変更したい場合などに有効です。


Updated application framework from .NET7 to .NET8.
Improved the supported audio file conversion to Wave so that it can read audio files with multiple file extensions mixed together
(ATRAC3 / 3+ and ATRAC9, as well as ATRAC and normal audio files cannot be loaded at the same time.)
The current position value is now displayed on the TrackBar of the loop point creator.
Minor UI changes.
When 'Advanced'->'Fix format when converted to Wave file' is not selected from 'Config'->'Preferences' and an audio file is already open, an exception occurs when opening the file from 'Open File' and canceling in the window to select the conversion method. Fixed a bug.
Added option 'Force conversion even if only Wave files are loaded' to 'Config'->'Preferences'->'Advanced'.
When this option is enabled, Wave conversion is performed even when only Wave files are loaded.
This is useful when you want to change the Hz of the target Wave file.