Eknous please HELP ME
This commit is contained in:
parent
62a1a383ee
commit
c9cbf133d6
57 changed files with 139 additions and 0 deletions
|
|
@ -740,6 +740,12 @@ DivMacroInt* DivPlatformYM2610BExt::getChanMacroInt(int ch) {
|
|||
return &chan[ch].std;
|
||||
}
|
||||
|
||||
unsigned short DivPlatformYM2610BExt::getPan(int ch) {
|
||||
if (ch>=4+extChanOffs) return DivPlatformYM2610B::getPan(ch-3);
|
||||
if (ch>=extChanOffs) return ((opChan[0].pan<<7)&1)|(opChan[0].pan&1);
|
||||
return DivPlatformYM2610B::getPan(ch);
|
||||
}
|
||||
|
||||
DivDispatchOscBuffer* DivPlatformYM2610BExt::getOscBuffer(int ch) {
|
||||
if (ch>=(extChanOffs+4)) return oscBuf[ch-3];
|
||||
if (ch<(extChanOffs+1)) return oscBuf[ch];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue