Jingle
Jingle plays an additional audio file in-between transitioning songs. You can use it, for example to transition from fight music to standard music with a nice finish sound. To define it you need:
- Audio File - audio file located in
_work/Data/Music
- Delay - delay in seconds from the start of ending transition before the jingle starts
Jingle works alongside Default and Timing, scheduling itself on every transition.
Daedalus
To set up jingle, you have to add it to a theme using Daedalus API.
Only one Jingle can be configured for (theme, filter) pair, but you can have multiple Jingles with different filters.
You can use that function for example inside INIT_GLOBAL()
function in Startup.d
file.