League-of-Foundry-Developers / fvtt-module-furnace

34 stars 12 forks source link

sound QoL ideas #28

Open kakaroto opened 4 years ago

kakaroto commented 4 years ago

From @BrotherSharp :

Here's some stuff for music that I had in mind

These are just off the top of my head, all I can do being a shitter at implementing any of these :rofl:

kakaroto commented 4 years ago

An easy QoL one :

I don't think there's a way to set a start point, but you can force an endpoint by modifying the macro like this :

FurnacePlaylistQoL.PlaySound("SFX", "Scary Scream", true);
setTimeout(()=> FurnacePlaylistQoL.PlaySound("SFX", "Scary Scream", true), 1000)

More than that, it gets complicated, and it becomes more the job of Maestro or another playlist/soundboard dedicated module than a QoL one.