An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

Scene Sound Test - SceneSoundTest.js

Plugin desc : Sound Test Plugin

License : MIT License

Author : Triacontane

Website : https://triacontane.blogspot.com

Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/SceneSoundTest.js

Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/SceneSoundTest.js

File name : SceneSoundTest.js

Help of plugin :

@target MZ
@url https://github.com/triacontane/RPGMakerMV/tree/mz_master/SceneSoundTest.js
@plugindesc Sound Test Plugin
@author Triacontane
@license MIT License

@help
English Help Translator: munokura
This is an unofficial English translation of the plugin help,
created to support global RPG Maker users.
Feedback is welcome to improve translation quality
(see: https://github.com/munokura/triacontane-MZ-plugins ).
Original plugin by Triacontane.
Please check the latest official version at:
https://triacontane.blogspot.com
-----

SceneSoundTest.js

Implements a sound test screen that allows you to listen to in-game audio.
Transitions to this dedicated screen are made via the title screen, menu
screen, and plugin commands.
Songs become playable when the conditions specified by the parameters are met.
Once a song is playable, it cannot be restored.

To change the volume or pitch, press the Page Down button in the list.

This plugin requires the base plugin ”PluginCommonBase.js.”
”PluginCommonBase.js” is located in the following folder under the RPG Maker
MZ installation folder:
dlc/BasicResources/plugins/official

Terms of Use:
You may modify and redistribute this plugin without permission, and there are
no restrictions on its use (commercial, 18+, etc.).
This plugin is now yours.

@param categoryList
@text Category List
@desc This is a list of audio categories. If you register only one item, the category window will be hidden.
@type struct<CATEGORY>[]
@default []

@param categoryCols
@text Number of categorical columns
@desc The number of columns in the category window.
@type number
@default 4

@param description
@text explanation
@desc The description that appears in the Help window when a category is selected.
@type multiline_string

@param commandName
@text Command Name
@desc This is the command name that will be displayed in the title and menu screen.
@default サウンドテスト

@param titleAdd
@text Add to title
@desc Adds a sound test to the title screen. Even if you disable it, you can enable it later with a command. Common to all save data
@type boolean
@default true

@param menuAddSwitch
@text Menu Add Switch
@desc When the switch with the specified number is ON, a sound test will be added to the menu screen. If you set it to 0, it will be added from the beginning.
@type switch
@default 0

@param listWidth
@text List width
@desc The width of the song list window.
@type number
@default 320

@param volume
@text Volume Name
@desc This is the in-game name for the BGM setting item ”Volume.”
@default Volume

@param pitch
@text Pitch Name
@desc This is the in-game name for the BGM setting item ”Pitch.” If you leave this field blank, the setting item itself will disappear.
@default Pitch

@param pan
@text Phase name
@desc This is the in-game name for the BGM setting item ”Phase.” If you leave this field blank, the setting item itself will disappear.
@default Pan

@param backImage
@text background image
@desc Select an image to display in the background of the sound test.
@type file
@dir img/parallaxes

@param autoRegister
@text Automatic Registration
@desc Automatically registers audio played during the game.
@type boolean
@default true

@param unregisteredText
@text Unregistered text
@desc This is the text to display instead of items that are not registered and cannot be played.
@default ???

@param HiddenSeekBar
@text Hide seek bar
@desc Hides the seek bar that displays the playback time.
@type boolean
@default false

@param ToggleOnTouch
@text Switch windows with a touch
@desc Switch between the list window and the options window with touch operations.
@type boolean
@default false

@param audioAlign
@text Audio information
@desc Includes audio information (song titles + jacket).
@type select
@default left
@option left
@option center
@option right

@param jacketWidth
@text Jacket width
@desc The width of the cover image.
@type number
@default 0

@param jacketHeight
@text Jacket Height
@desc This is the height of the cover image.
@type number
@default 0

@command OPEN
@text Open the sound test screen
@desc Opens the sound test screen.

@command ENABLE
@text Enable
@desc Enable the Sound Test option on the title screen.

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.