mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 01:35:07 +00:00
i don't get it
This commit is contained in:
parent
7dae9058d7
commit
7f3460bfcd
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ const unsigned char cycleMapOPLL[18]={
|
||||||
};
|
};
|
||||||
|
|
||||||
const unsigned char drumSlot[11]={
|
const unsigned char drumSlot[11]={
|
||||||
0, 0, 0, 0, 0, 0, 6, 7, 7, 8, 8
|
0, 0, 0, 0, 0, 0, 6, 7, 8, 8, 7
|
||||||
};
|
};
|
||||||
|
|
||||||
void DivPlatformOPLL::acquire_nuked(short* bufL, short* bufR, size_t start, size_t len) {
|
void DivPlatformOPLL::acquire_nuked(short* bufL, short* bufR, size_t start, size_t len) {
|
||||||
|
|
Loading…
Reference in a new issue