SuperDisk / hUGETracker

The music composition suite for the Nintendo Game Boy
https://superdisk.github.io/hUGETracker/
286 stars 12 forks source link

Muting channel broke unmuted channels note cut #121

Open Neighto opened 1 year ago

Neighto commented 1 year ago

Hello! I just updated to the most recent version of hUGETracker (I was on a version from over a year ago) and if there is some muted channel, it seems to cause the fx_note_cut to return on other non-muted channels. Could be an issue on my end, but still investigating. Edit: Is actually also fx_vol_slide.

Neighto commented 1 year ago

For me, replacing the first few instructions above theld a, [mute_channels] with what was there previously in fx_note_cut and fx_vol_slide fixed my issue. Using bgb to test

SuperDisk commented 1 year ago

Interesting, thanks for the report, I'll check it out.