|
Base Module
VST 3.6.6
SDK for developing VST Plug-in
|
Thread Spy interface declaration. More...
#include <fthread.h>
Public Member Functions | |
| virtual void | threadAdded (FThread *f)=0 |
| Called when a thread was added. More... | |
| virtual void | threadRemoved (FThread *f)=0 |
| Called when a thread was removed. More... | |
Thread Spy interface declaration.
|
pure virtual |
Called when a thread was added.
| f | thread |
|
pure virtual |
Called when a thread was removed.
| f | thread |