GUI: run per-chan osc on instrument preview

This commit is contained in:
tildearrow 2022-06-29 01:37:12 -05:00
parent 4dfd413ead
commit 9fee9fa363
3 changed files with 8 additions and 1 deletions

View file

@ -1743,6 +1743,10 @@ bool DivEngine::isPlaying() {
return (playing && !freelance);
}
bool DivEngine::isRunning() {
return playing;
}
bool DivEngine::isStepping() {
return !(stepPlay==0);
}