
オプション画面での音量変化量の設定 - Ricon_TweakVolume.js
シェア用テキスト:
▼オプション画面での音量変化量の設定(べるろ様作) - Ricon_TweakVolume.js
https://plugin.fungamemake.com/archives/19972
オプション画面での音量調節の細かい設定を可能とします。
ふりがな:おんりょうびちょうせい
機能概要: オプション画面での音量調節の細かい設定を可能とします。
利用規約(ライセンス): MITライセンス
作者:べるろ
作者サイト:https://twitter.com/riceconstr
ダウンロードページ:https://raw.githubusercontent.com/RiceConstruction/RPGM…
ファイル名:Ricon_TweakVolume.js
プラグインのヘルプ:
/*: * @plugindesc 音量微調整プラグイン * @author べるろ*(Ricon) * * @help オプション画面での細かい音量調節を可能とします。 * * 出来ること * ・オプション画面での音量変化量の設定 * ・オプション画面で音量を変更するときに再生する音源の設定 * * ---------------------------------------------------------------------------- * このプラグインにプラグインコマンドはありません。 * * @param BGM Scale * @type number * @min 1 * @max 100 * @default 20 * @desc BGM音量変更単位(デフォルト 20) * * @param BGM Test File * @type file * @require 1 * @dir audio/bgm * @default * @desc BGM音量変更時に再生するBGMファイル(空白なら再生中のBGM) * * @param BGM Test Volume * @parent BGM Test File * @type number * @min 1 * @max 100 * @default 90 * @desc BGM音量変更時に再生するBGMの基本音量 * * @param BGM Test Pitch * @parent BGM Test File * @type number * @min 50 * @max 150 * @default 100 * @desc BGM音量変更時に再生するBGMのピッチ * * @param BGM Test Pan * @parent BGM Test File * @type number * @min -100 * @max 100 * @default 0 * @desc BGM音量変更時に再生するBGMの位相 * * @param BGM Test Offset * @parent BGM Test File * @type number * @min 0 * @default 0 * @desc BGM音量変更時に再生するBGMの再生開始秒数 * * @param BGS Scale * @type number * @min 1 * @max 100 * @default 20 * @desc BGS音量変更単位(デフォルト 20) * * @param BGS Test File * @type file * @require 1 * @dir audio/bgs * @default * @desc BGS音量変更時に再生するBGSファイル(空白なら再生中のBGS) * * @param BGS Test Volume * @parent BGS Test File * @type number * @min 1 * @max 100 * @default 90 * @desc BGS音量変更時に再生するBGSの基本音量 * * @param BGS Test Pitch * @parent BGS Test File * @type number * @min 50 * @max 150 * @default 100 * @desc BGS音量変更時に再生するBGSのピッチ * * @param BGS Test Pan * @parent BGS Test File * @type number * @min -100 * @max 100 * @default 0 * @desc BGS音量変更時に再生するBGSの位相 * * @param BGS Test Offset * @parent BGS Test File * @type number * @min 0 * @default 0 * @desc BGS音量変更時に再生するBGSの再生開始秒数 * * @param ME Scale * @type number * @min 1 * @max 100 * @default 20 * @desc ME音量変更単位(デフォルト 20) * * @param ME Test File * @type file * @require 1 * @dir audio/me * @default * @desc ME音量変更時に再生するMEファイル(空白ならカーソルSEのみ再生) * * @param ME Test Volume * @parent ME Test File * @type number * @min 1 * @max 100 * @default 90 * @desc ME音量変更時に再生するMEの基本音量 * * @param ME Test Pitch * @parent ME Test File * @type number * @min 50 * @max 150 * @default 100 * @desc ME音量変更時に再生するMEのピッチ * * @param ME Test Pan * @parent ME Test File * @type number * @min -100 * @max 100 * @default 0 * @desc ME音量変更時に再生するMEの位相 * * @param SE Scale * @type number * @min 1 * @max 100 * @default 20 * @desc SE音量変更単位(デフォルト 20) * * @param SE Test File * @type file * @require 1 * @dir audio/se * @default * @desc SE音量変更時に再生するSEファイル(空白ならカーソルSEのみ再生) * * @param SE Test Volume * @parent SE Test File * @type number * @min 1 * @max 100 * @default 90 * @desc SE音量変更時に再生するSEの基本音量 * * @param SE Test Pitch * @parent SE Test File * @type number * @min 50 * @max 150 * @default 100 * @desc SE音量変更時に再生するSEのピッチ * * @param SE Test Pan * @parent SE Test File * @type number * @min -100 * @max 100 * @default 0 * @desc SE音量変更時に再生するSEの位相 * */
