mirror of
https://github.com/jorio/Pomme.git
synced 2024-11-19 10:30:50 +00:00
Implement bufferCmd
This commit is contained in:
parent
ca161f6e31
commit
e182b79fd0
@ -488,6 +488,7 @@ OSErr SndDoImmediate(SndChannelPtr chan, const SndCommand* cmd)
|
||||
impl.source.Stop();
|
||||
break;
|
||||
|
||||
case bufferCmd:
|
||||
case soundCmd:
|
||||
ProcessSoundCmd(chan, cmd->ptr);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user