BGM pitch change without restart plugin - RPG maker MV/MZ
A downloadable asset pack
The PupCatPitchChanger is a plugin for RPG Maker MV and MZ that allows you to change the pitch of the background music (BGM) in real-time without restarting the track. Created by puppetcat, it supports script calls to raise or lower the pitch, set a specific pitch, and get the current BGM pitch.
No credit required.
Functions as follow:
* You can adjust pitch BGM through script call, without restarting the BGM.
* Example:
* Raise the pitch by 10
* PupCat.increaseBGMPitch(10)
*
* Lower the pitch by 10
* PupCat.increaseBGMPitch(-10)
*
* Set pitch to 80
* PupCat.setBGMPitch(80)
*
* Get curretn BGM pitch as a variable
* var currentBGMPitch = PupCat.getCurrentBGMPitch()
Download
Click download now to get access to the following files:
Leave a comment
Log in with itch.io to leave a comment.