gdsmod icon indicating copy to clipboard operation
gdsmod copied to clipboard

Mute buttons don't reset on stop / song load

Open nobuyukinyuu opened this issue 5 years ago • 0 comments

Channel mute buttons don't respect the state of the channels after a song is called to reset(). This is because channels are "refreshed" in a lazy way (by replacing their references with new ones).

Either decouple the state from Channel or send a signal owner can intercept to correct the state.

nobuyukinyuu avatar May 18 '19 23:05 nobuyukinyuu