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

@ -87,6 +87,7 @@ class DivPlatformDave: public DivDispatch {
void tick(bool sysTick=true);
void muteChannel(int ch, bool mute);
int getOutputCount();
bool hasSoftPan(int ch);
bool keyOffAffectsArp(int ch);
void setFlags(const DivConfig& flags);
void notifyInsDeletion(void* ins);