animal-crossing-music-extension / ac-music-extension

Google Chrome extension that plays hourly Animal Crossing music and more while browsing!
https://acmusicext.com
zlib License
343 stars 57 forks source link

Hotfix - Remove artificial town-tune delay by correcting town-tune timings #88

Closed Julian-MJK closed 4 years ago

Julian-MJK commented 4 years ago

This fix removes the need for an artificial delay after the town tune has stopped playing, thereby fixing a problem where the town tune editor controls would stay disabled until the town tune and it's added delay was over. In other words you could not continue editing in the town tune editor until two seconds after the town tune was over.

This branch fixes this by fetching the town tune volume and passing it to each of the instrument, instead of each instrument fetching the town tune volume themselves for every note. This corrects the previous timing issues, so the artificial delay has therefore been removed.