C64: finish it all
all modules play correctly, bar: - motherfunksignal (almost) - filters are a bit weird
This commit is contained in:
parent
c26bb511d7
commit
3ee761fc87
13 changed files with 246 additions and 36 deletions
|
|
@ -159,6 +159,10 @@ int DivPlatformSMS::dispatch(DivCommand c) {
|
|||
return 1;
|
||||
}
|
||||
|
||||
bool DivPlatformSMS::keyOffAffectsArp() {
|
||||
return true;
|
||||
}
|
||||
|
||||
int DivPlatformSMS::init(DivEngine* p, int channels, int sugRate) {
|
||||
parent=p;
|
||||
rate=223722;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue