prepare for multiple chip support

This commit is contained in:
tildearrow 2022-01-08 01:57:37 -05:00
parent 6aab9f01cf
commit 121a9b2cb8
9 changed files with 35 additions and 29 deletions

View file

@ -16,7 +16,7 @@ void DivSong::unload() {
}
sample.clear();
for (int i=0; i<17; i++) {
for (int i=0; i<DIV_MAX_CHANS; i++) {
pat[i].wipePatterns();
}
}