kyzfrintin / Godot-Mixing-Desk

A complete audio solution for Godot 3.3.x, making procedural sound and adaptive/procedural music possible with a few nodes and a couple lines of code.
MIT License
636 stars 32 forks source link

Audio master bus shutting off on repeat of an earlier played song in Endless Shuffle play mode #6

Closed kyzfrintin closed 5 years ago

kyzfrintin commented 5 years ago

This only happens intermittently, but is a damn pain in the ass.

Steps to reproduce:

  1. Have a playlist of 2 or more tracks
  2. Play in Endless Shuffle mode
  3. Wait for the first song to play, to play again after MDM has shuffled to another 4: Observe how the audio (sometimes) shuts completely off

I have tried and tried and to figure out the exact cause of this. Any assistance would be a massive help.

kyzfrintin commented 5 years ago

Made a bunch of optimisations in commit 41f86f98523b4e573fab2f03fb400c482e2c9956. Somehow fixed it!