finish it

This commit is contained in:
tildearrow 2023-08-24 03:05:25 -05:00
parent c9cbf133d6
commit 31335b95c9
15 changed files with 68 additions and 0 deletions

View file

@ -444,6 +444,10 @@ DivMacroInt* DivPlatformVERA::getChanMacroInt(int ch) {
return &chan[ch].std;
}
unsigned short DivPlatformVERA::getPan(int ch) {
return ((chan[ch].pan<<7)&1)|(chan[ch].pan&1);
}
DivDispatchOscBuffer* DivPlatformVERA::getOscBuffer(int ch) {
return oscBuf[ch];
}