added tone::recalc somewhere
This commit is contained in:
parent
c2d2d259c8
commit
3dda949846
|
@ -36,6 +36,7 @@ void loop() {
|
|||
} else {
|
||||
if(data::check()) {
|
||||
scheduler::do_next();
|
||||
tones::recalc();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue