attempt to fix the volume slide mess
also a fix to noise arps in basic mode in SMS the volume slides will be an adventure as the behavior seems to be hard to determine
This commit is contained in:
parent
53975349e5
commit
67847d79cf
6 changed files with 69 additions and 18 deletions
|
|
@ -29,6 +29,9 @@ int DivPlatformDummy::dispatch(DivCommand c) {
|
|||
case DIV_CMD_VOLUME:
|
||||
chan[c.chan].vol=c.value;
|
||||
break;
|
||||
case DIV_CMD_GET_VOLUME:
|
||||
return chan[c.chan].vol;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue