add notifyWaveChange

fixes #8
This commit is contained in:
tildearrow 2022-01-18 00:25:10 -05:00
parent af30d4990a
commit 345962092e
11 changed files with 49 additions and 0 deletions

View file

@ -219,6 +219,10 @@ void DivPlatformAmiga::notifyInsChange(int ins) {
}
}
void DivPlatformAmiga::notifyWaveChange(int wave) {
// TODO when wavetables are added
}
void DivPlatformAmiga::notifyInsDeletion(void* ins) {
for (int i=0; i<4; i++) {
chan[i].std.notifyInsDeletion((DivInstrument*)ins);