so many weird uses of effects
This commit is contained in:
parent
5e141535ab
commit
49005f0ae0
1 changed files with 3 additions and 1 deletions
4
xm.js
4
xm.js
|
|
@ -320,7 +320,9 @@ function next_row() {
|
||||||
ch.vibratopos = 0;
|
ch.vibratopos = 0;
|
||||||
ch.env_vol = new EnvelopeFollower(inst.env_vol);
|
ch.env_vol = new EnvelopeFollower(inst.env_vol);
|
||||||
ch.env_pan = new EnvelopeFollower(inst.env_pan);
|
ch.env_pan = new EnvelopeFollower(inst.env_pan);
|
||||||
ch.period = PeriodForNote(ch, ch.note);
|
if (ch.note != undefined) {
|
||||||
|
ch.period = PeriodForNote(ch, ch.note);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue