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

@ -1355,6 +1355,10 @@ int DivPlatformES5506::getOutputCount() {
return 12;
}
bool DivPlatformES5506::hasSoftPan(int ch) {
return true;
}
bool DivPlatformES5506::keyOffAffectsArp(int ch) {
return true;
}