mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 18:42:40 +00:00
Correct volume
This commit is contained in:
parent
77523588a4
commit
7e57e2db71
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ void TFMParsePattern(struct TFMParsePatternInfo info) {
|
|||
logD("parsing volumes of pattern %d channel %d",i,j);
|
||||
for (int k=0; k<256; k++) {
|
||||
if (patDataBuf[k]==0) continue;
|
||||
else pat->data[k][3]=0x41+(patDataBuf[k]*2);
|
||||
else pat->data[k][3]=0x60+patDataBuf[k];
|
||||
}
|
||||
|
||||
// instrument
|
||||
|
|
Loading…
Reference in a new issue