keyOffAffectsArp is now per-channel
This commit is contained in:
parent
5fbaf71105
commit
65ab3a2b5d
13 changed files with 19 additions and 9 deletions
|
|
@ -344,6 +344,10 @@ bool DivPlatformGenesis::isStereo() {
|
|||
return true;
|
||||
}
|
||||
|
||||
bool DivPlatformGenesis::keyOffAffectsArp(int ch) {
|
||||
return (ch>5);
|
||||
}
|
||||
|
||||
int DivPlatformGenesis::init(DivEngine* p, int channels, int sugRate) {
|
||||
parent=p;
|
||||
rate=213068;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue