another corner case, another broken .xm
This commit is contained in:
parent
06ad3ed8a5
commit
07cd6e8111
1 changed files with 1 additions and 1 deletions
2
xm.js
2
xm.js
|
|
@ -465,7 +465,7 @@ function MixChannelIntoBuf(ch, start, end, dataL, dataR) {
|
|||
var looplen = 0, loopstart = 0;
|
||||
|
||||
// nothing on this channel, just filter the last dc offset back down to zero
|
||||
if (inst == undefined || ch.mute) {
|
||||
if (instsamp == undefined || inst == undefined || ch.mute) {
|
||||
return MixSilenceIntoBuf(ch, start, end, dataL, dataR);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue