LMMS
Loading...
Searching...
No Matches
carla-vst-export.cpp File Reference
#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 AEffectVSTPluginMain (audioMasterCallback audioMaster)
CARLA_PLUGIN_EXPORT __cdecl const AEffectVSTPluginMain_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

Function Documentation

◆ isUsingUILauncher()

bool isUsingUILauncher ( )

◆ VSTAudioMaster()

intptr_t VSTAudioMaster ( AEffect * effect,
int32_t opcode,
int32_t index,
intptr_t value,
void * ptr,
float opt )

◆ VSTPluginMain()

◆ VSTPluginMain_asm()

CARLA_PLUGIN_EXPORT __cdecl const AEffect * VSTPluginMain_asm ( audioMasterCallback audioMaster)

Variable Documentation

◆ gCarlaVSTCleanup

struct CarlaVSTCleanup gCarlaVSTCleanup
static