LMMS
Loading...
Searching...
No Matches
carla-vst-export-bridged.cpp File Reference
#include "CarlaLibUtils.hpp"
#include "vestige/vestige.h"

Typedefs

typedef const AEffect *(__cdeclMainCallback) (audioMasterCallback)

Functions

static HINSTANCE getCurrentModuleInstanceHandle () noexcept
CARLA_PLUGIN_EXPORT BOOL WINAPI DllMain (HINSTANCE hInst, DWORD reason, LPVOID)
CARLA_PLUGIN_EXPORT __cdecl const AEffectVSTPluginMain (audioMasterCallback audioMaster)

Variables

static HINSTANCE currentModuleHandle = nullptr

Typedef Documentation

◆ MainCallback

typedef const AEffect *(__cdecl * MainCallback) (audioMasterCallback)

Function Documentation

◆ DllMain()

CARLA_PLUGIN_EXPORT BOOL WINAPI DllMain ( HINSTANCE hInst,
DWORD reason,
LPVOID  )

◆ getCurrentModuleInstanceHandle()

HINSTANCE getCurrentModuleInstanceHandle ( )
staticnoexcept

◆ VSTPluginMain()

Variable Documentation

◆ currentModuleHandle

HINSTANCE currentModuleHandle = nullptr
static