GUI: add a debug window
This commit is contained in:
parent
30b012cc5e
commit
0e633ea69b
44 changed files with 490 additions and 4 deletions
|
|
@ -31,6 +31,10 @@ void DivPlatformDummy::tick() {
|
|||
}
|
||||
}
|
||||
|
||||
void* DivPlatformDummy::getChanState(int ch) {
|
||||
return &chan[ch];
|
||||
}
|
||||
|
||||
int DivPlatformDummy::dispatch(DivCommand c) {
|
||||
switch (c.cmd) {
|
||||
case DIV_CMD_NOTE_ON:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue