- Joined
- Aug 22, 2013
- Messages
- 2,216
- Reaction score
- 1,078
- First Language
- Spanish
- Primarily Uses
- RMMV
I'd like to know if there is a way of changing the pitch of a current BGM without reproducing it again, just like how the volume works. Is there a quick script call for it?
It occurred to me something like:
$bgm.pitch = nor
Audio.bgm_play(fName, volume, new_pitch, $bgm.pos)But I dunno the 'Audio' class variables/methods to tell
Thanks!
It occurred to me something like:
$bgm.pitch = nor
Audio.bgm_play(fName, volume, new_pitch, $bgm.pos)But I dunno the 'Audio' class variables/methods to tell
Thanks!
Last edited by a moderator:
