GUI: play/stop/change order
This commit is contained in:
parent
9b850c1763
commit
f39e2ea112
8 changed files with 95 additions and 19 deletions
|
|
@ -10,6 +10,9 @@ int DivDispatch::dispatch(DivCommand c) {
|
|||
return 1;
|
||||
}
|
||||
|
||||
void DivDispatch::reset() {
|
||||
}
|
||||
|
||||
bool DivDispatch::isStereo() {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue