Changing Music Volume Smoothly?

● ARCHIVED · READ-ONLY
Started by Dymdez 4 posts View original ↗
  1. There's 2 functions available and both fall short. If I have BGM playing and I want to lower the volume, I can just play that same track at a lower volume, but what this does is it abruptly reduces the volume and it doesn't sound right. The other option is to fadeout the music (which would be great but it eventually shuts the track off). Is there a way to smoothly fade down volume of a BGM?

    I want to reduce volume on a BGM from 100 - > 50 without it jumping all the way down to 50, but rather fading to 50.
  2. I think there's a script that does that, but you can do it simply by repeating lines like this:

    Play BGM volume 100

    Wait a few frames

    Play BGM volume 90

    Wait a few frames

    Play BGM volume 80

    Wait a few frames... you got the idea.

    Just tweak it to adjust the smoothness/duration of the effect.
  3. Lmk if you come across the script, i looked
  4. Not exactly what I had in mind, but the CT_Bolt's Scripts here can make a fadein with a Start volume and End volume

    I'm sure it can be easily adapted to fadeout a music to a certain volume too.