dispatch: add function to notify playback stopped

for the PC Speaker real driver
This commit is contained in:
tildearrow 2022-03-07 01:48:48 -05:00
parent 93d160da5e
commit 8f957baa3e
5 changed files with 19 additions and 0 deletions

View file

@ -316,6 +316,11 @@ class DivDispatch {
*/
virtual void notifyInsDeletion(void* ins);
/**
* notify that playback stopped.
*/
virtual void notifyPlaybackStop();
/**
* force-retrigger instruments.
*/