6 hours ago
(12-19-2025, 04:18 AM)Ahchay Wrote: One thing i would love to do with the driver is to control the volume programmatically - it can still be jarring when you switch between tunes, so a quick fade out before starting the next tune wood be very helpful i think?
No idea how feasible that is?
IIRC volume is one of the parameters passed via the VGM code. For the purposes of fading, it could be that the C code need to force volume changes for a number of frames. Perhaps store the last volume received for a channel and you go from 0 to that on each changes separately.
Alternatively, I think a beginning loop point can be set later in a track. You could conceivably manage a volume fade-in in the tracker software.

