hide soft panning effects on hard panning chips

issue #2739
This commit is contained in:
tildearrow 2026-01-11 19:06:58 -05:00
parent 22ff10d7f0
commit 378ba6fe80
58 changed files with 151 additions and 1 deletions

View file

@ -61,6 +61,11 @@ void FurnaceGUI::drawEffectList() {
if (outputs<2) {
continue;
}
if (!dispatch->hasSoftPan(e->song.dispatchChanOfChan[cursor.xCoarse])) {
if (i==0x80) continue;
if (i==0x83) continue;
if (i==0x84) continue;
}
if (outputs<3) {
if (i>=0x88 && i<=0x8f) {
continue;