Eknous please HELP ME
This commit is contained in:
parent
62a1a383ee
commit
c9cbf133d6
57 changed files with 139 additions and 0 deletions
|
|
@ -857,6 +857,10 @@ DivMacroInt* DivPlatformArcade::getChanMacroInt(int ch) {
|
|||
return &chan[ch].std;
|
||||
}
|
||||
|
||||
unsigned short DivPlatformArcade::getPan(int ch) {
|
||||
return (chan[ch].chVolL<<8)|(chan[ch].chVolR);
|
||||
}
|
||||
|
||||
DivDispatchOscBuffer* DivPlatformArcade::getOscBuffer(int ch) {
|
||||
return oscBuf[ch];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue