This commit is contained in:
tildearrow 2024-02-04 03:02:12 -05:00
parent 9a2b19630e
commit 4330e27436
10 changed files with 169 additions and 16 deletions

View file

@ -63,6 +63,7 @@ class DivPlatformDave: public DivDispatch {
};
FixedQueue<QueuedWrite,512> writes;
bool writeControl;
bool clockDiv;
Ep128::Dave* dave;
unsigned char regPool[32];
@ -78,7 +79,6 @@ class DivPlatformDave: public DivDispatch {
DivChannelModeHints getModeHints(int chan);
DivSamplePos getSamplePos(int ch);
DivDispatchOscBuffer* getOscBuffer(int chan);
int mapVelocity(int ch, float vel);
unsigned char* getRegisterPool();
int getRegisterPoolSize();
void reset();