prepare for better ins del safety

This commit is contained in:
tildearrow 2022-01-13 17:40:29 -05:00
parent fea783eaac
commit 0545775de6
3 changed files with 12 additions and 0 deletions

View file

@ -196,6 +196,11 @@ class DivDispatch {
*/
void setSkipRegisterWrites(bool value);
/**
* notify deletion of an instrument.
*/
virtual void notifyInsDeletion(void* ins);
/**
* force-retrigger instruments.
*/