Ardour
9.0-pre0-582-g084a23a80d
|
#include <worker.h>
Public Member Functions | |
virtual | ~Workee () |
virtual int | work (Worker &worker, uint32_t size, const void *data)=0 |
virtual int | work_response (uint32_t size, const void *data)=0 |
An object that needs to schedule non-RT work in the audio thread.
|
pure virtual |
Do some work in the worker thread.
Implemented in ARDOUR::LV2Plugin.
|
pure virtual |
Handle a response from the worker thread in the audio thread.
Implemented in ARDOUR::LV2Plugin.