keyOffAffectsArp is now per-channel
This commit is contained in:
parent
5fbaf71105
commit
65ab3a2b5d
13 changed files with 19 additions and 9 deletions
|
|
@ -159,7 +159,7 @@ int DivPlatformSMS::dispatch(DivCommand c) {
|
|||
return 1;
|
||||
}
|
||||
|
||||
bool DivPlatformSMS::keyOffAffectsArp() {
|
||||
bool DivPlatformSMS::keyOffAffectsArp(int ch) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue