forgot to change the number of channels

This commit is contained in:
scratchminer 2024-01-21 23:49:02 -05:00
parent bc3a12ef4a
commit 98bb0ea175
2 changed files with 14 additions and 21 deletions

View file

@ -59,6 +59,7 @@ class DivPlatformPowerNoise: public DivDispatch {
Channel chan[4];
DivDispatchOscBuffer* oscBuf[4];
bool isMuted[4];
unsigned char regPool[32];
FixedQueue<int16_t,64> queueLeft;