|
LMMS
|
#include "carla-vst.hpp"#include "ui_launcher.cpp"#include "ui_launcher_res.cpp"#include <cstring>#include <vector>Classes | |
| struct | CarlaVSTCleanup |
Functions | |
| CARLA_PLUGIN_EXPORT __cdecl const AEffect * | VSTPluginMain (audioMasterCallback audioMaster) |
| CARLA_PLUGIN_EXPORT __cdecl const AEffect * | VSTPluginMain_asm (audioMasterCallback audioMaster) asm("main") |
| intptr_t | VSTAudioMaster (AEffect *effect, int32_t opcode, int32_t index, intptr_t value, void *ptr, float opt) |
| bool | isUsingUILauncher () |
Variables | |
| static struct CarlaVSTCleanup | gCarlaVSTCleanup |
| bool isUsingUILauncher | ( | ) |
| intptr_t VSTAudioMaster | ( | AEffect * | effect, |
| int32_t | opcode, | ||
| int32_t | index, | ||
| intptr_t | value, | ||
| void * | ptr, | ||
| float | opt ) |
| CARLA_PLUGIN_EXPORT __cdecl const AEffect * VSTPluginMain | ( | audioMasterCallback | audioMaster | ) |
| CARLA_PLUGIN_EXPORT __cdecl const AEffect * VSTPluginMain_asm | ( | audioMasterCallback | audioMaster | ) |
|
static |