MSM5232: more options
This commit is contained in:
parent
76f0cceb55
commit
7b55ba4e77
6 changed files with 290 additions and 91 deletions
|
|
@ -50,12 +50,22 @@ class DivPlatformMSM5232: public DivDispatch {
|
|||
keyOff(false),
|
||||
inPorta(false),
|
||||
noise(false),
|
||||
vol(1),
|
||||
outVol(1) {}
|
||||
vol(127),
|
||||
outVol(127) {}
|
||||
};
|
||||
Channel chan[8];
|
||||
DivDispatchOscBuffer* oscBuf[8];
|
||||
int partVolume[8];
|
||||
int initPartVolume[8];
|
||||
double capacitance[8];
|
||||
bool isMuted[8];
|
||||
bool updateGroup[2];
|
||||
bool updateGroupAR[2];
|
||||
bool updateGroupDR[2];
|
||||
bool groupEnv[2];
|
||||
unsigned char groupControl[2];
|
||||
unsigned char groupAR[2];
|
||||
unsigned char groupDR[2];
|
||||
struct QueuedWrite {
|
||||
unsigned char addr;
|
||||
unsigned char val;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue