bugfix for 9xx offset effect
This commit is contained in:
parent
b859f27109
commit
54809c2b81
1 changed files with 2 additions and 1 deletions
3
xm.js
3
xm.js
|
|
@ -341,7 +341,8 @@ function next_row() {
|
|||
}
|
||||
|
||||
if (triggernote) {
|
||||
ch.off = 0;
|
||||
// there's gotta be a less hacky way to handle offset commands...
|
||||
if (ch.effect != 9) ch.off = 0;
|
||||
ch.release = 0;
|
||||
ch.envtick = 0;
|
||||
ch.vibratopos = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue