A downloadable asset pack

Download NowName your own price

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()


StatusReleased
CategoryAssets
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
Authorpuppetcat
TagsRPG Maker

Download

Download NowName your own price

Click download now to get access to the following files:

PupCatPitchChanger.js 1.6 kB

Leave a comment

Log in with itch.io to leave a comment.