Implement bufferCmd

This commit is contained in:
Iliyas Jorio 2020-11-21 14:23:28 +01:00
parent ca161f6e31
commit e182b79fd0
1 changed files with 1 additions and 0 deletions

View File

@ -488,6 +488,7 @@ OSErr SndDoImmediate(SndChannelPtr chan, const SndCommand* cmd)
impl.source.Stop();
break;
case bufferCmd:
case soundCmd:
ProcessSoundCmd(chan, cmd->ptr);
break;