Audacity 3.2.0
|
#include "LV2Utils.h"
#include "LV2InstanceFeaturesList.h"
#include "lilv/lilv.h"
#include "lv2/core/attributes.h"
#include "lv2/options/options.h"
#include "lv2/state/state.h"
#include "lv2/worker/worker.h"
#include <thread>
#include <wx/msgqueue.h>
Go to the source code of this file.
Classes | |
class | LV2Wrapper |
Manager of a handle to an LV2 plug-in instantiation. More... | |
struct | LV2Wrapper::CreateToken |
To compel use of the factory. More... | |
struct | LV2Wrapper::LV2Work |
Typedefs | |
using | LilvInstancePtr = Lilv_ptr< LilvInstance, lilv_instance_free > |
using LilvInstancePtr = Lilv_ptr<LilvInstance, lilv_instance_free> |
Definition at line 37 of file LV2Wrapper.h.