MSM5232: noise macro

This commit is contained in:
tildearrow 2022-10-01 03:40:06 -05:00
parent aed738e0d5
commit 62f022eea0
3 changed files with 11 additions and 8 deletions

View file

@ -50,8 +50,8 @@ class DivPlatformMSM5232: public DivDispatch {
keyOff(false),
inPorta(false),
noise(false),
vol(31),
outVol(31) {}
vol(1),
outVol(1) {}
};
Channel chan[8];
DivDispatchOscBuffer* oscBuf[8];