change pling and way to mute

This commit is contained in:
2024-04-26 12:55:21 +02:00
parent 1f807cdb7c
commit 5de2761fde
3 changed files with 13 additions and 35 deletions

View File

@ -96,9 +96,11 @@ void sequencerExec(void *handle) {
melody->state = e_PlayTone;
break;
case e_Hold:
psgPlayTone(melodies->chip, channel, 0, e_O_Null, e_Pause);
break;
case e_Terminate:
schDel(melodies->taskId);
psgPlayTone(melodies->chip, channel, 0, e_O_Null, e_Pause);
slots &= ~(melodies->slotMask);
break;
}