LMMS
Loading...
Searching...
No Matches
CarlaPluginVST2.cpp File Reference
#include "CarlaPluginInternal.hpp"
#include "CarlaEngine.hpp"
#include "AppConfig.h"
#include "CarlaBackendUtils.hpp"
#include "CarlaMathUtils.hpp"
#include "CarlaProcessUtils.hpp"
#include "CarlaScopeUtils.hpp"
#include "CarlaVst2Utils.hpp"
#include "CarlaPluginUI.hpp"
#include <pthread.h>
#include "water/memory/ByteOrder.h"

Classes

class  CarlaPluginVST2
struct  CarlaPluginVST2::FixedVstEvents
struct  CarlaPluginVST2::UI
class  ByteOrder

Macros

#define VST_FORCE_DEPRECATED   0
#define kEffectMagic   (CCONST( 'V', 's', 't', 'P' ))

Variables

CARLA_BACKEND_START_NAMESPACE const uint PLUGIN_CAN_PROCESS_REPLACING = 0x1000
const uint PLUGIN_HAS_COCKOS_EXTENSIONS = 0x2000
const uint PLUGIN_USES_OLD_VSTSDK = 0x4000
const uint PLUGIN_WANTS_MIDI_INPUT = 0x8000
static const int32_t kVstMidiEventSize = static_cast<int32_t>(sizeof(VstMidiEvent))
static const pthread_t kNullThread = 0

Macro Definition Documentation

◆ kEffectMagic

#define kEffectMagic   (CCONST( 'V', 's', 't', 'P' ))

◆ VST_FORCE_DEPRECATED

#define VST_FORCE_DEPRECATED   0

Variable Documentation

◆ kNullThread

const pthread_t kNullThread = 0
static

◆ kVstMidiEventSize

const int32_t kVstMidiEventSize = static_cast<int32_t>(sizeof(VstMidiEvent))
static

◆ PLUGIN_CAN_PROCESS_REPLACING

CARLA_BACKEND_START_NAMESPACE const uint PLUGIN_CAN_PROCESS_REPLACING = 0x1000

◆ PLUGIN_HAS_COCKOS_EXTENSIONS

const uint PLUGIN_HAS_COCKOS_EXTENSIONS = 0x2000

◆ PLUGIN_USES_OLD_VSTSDK

const uint PLUGIN_USES_OLD_VSTSDK = 0x4000

◆ PLUGIN_WANTS_MIDI_INPUT

const uint PLUGIN_WANTS_MIDI_INPUT = 0x8000