mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 21:15:11 +00:00
better ancient version sample support
This commit is contained in:
parent
99e59278ad
commit
5b707eeeec
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ bool DivEngine::load(void* f, size_t slen) {
|
||||||
}
|
}
|
||||||
logD("%d name %s (%d)\n",i,sample->name.c_str(),sample->length);
|
logD("%d name %s (%d)\n",i,sample->name.c_str(),sample->length);
|
||||||
if (ds.version<0x0b) {
|
if (ds.version<0x0b) {
|
||||||
sample->rate=0;
|
sample->rate=4;
|
||||||
sample->pitch=0;
|
sample->pitch=0;
|
||||||
sample->vol=0;
|
sample->vol=0;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue