whoops, more refactoring bugs
i should really write some tests.
This commit is contained in:
parent
3c0a865824
commit
f95bd1e169
1 changed files with 2 additions and 2 deletions
|
|
@ -169,9 +169,9 @@ function eff_t0_f(ch, data) { // set tempo
|
|||
console.log("tempo 0?");
|
||||
return;
|
||||
} else if(data < 0x20) {
|
||||
tempo = data;
|
||||
xm.tempo = data;
|
||||
} else {
|
||||
bpm = data;
|
||||
xm.bpm = data;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue