GUI: run per-chan osc on instrument preview
This commit is contained in:
parent
4dfd413ead
commit
9fee9fa363
3 changed files with 8 additions and 1 deletions
|
|
@ -1743,6 +1743,10 @@ bool DivEngine::isPlaying() {
|
|||
return (playing && !freelance);
|
||||
}
|
||||
|
||||
bool DivEngine::isRunning() {
|
||||
return playing;
|
||||
}
|
||||
|
||||
bool DivEngine::isStepping() {
|
||||
return !(stepPlay==0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue