LMMS
Loading...
Searching...
No Matches
Presonus::PlugCanDos Namespace Reference

Variables

static const char * canDoViewResize = "supportsViewResize"
static const char * canDoViewEmbedding = "supportsViewEmbedding"
static const char * canDoViewDpiScaling = "supportsViewDpiScaling"
static const char * canDoGainReductionInfo = "supportsGainReductionInfo"
static const char * canDoSlaveEffects = "supportsSlaveEffects"

Detailed Description

Identifiers to be passed to VST2's canDo() method.

Variable Documentation

◆ canDoGainReductionInfo

const char* Presonus::PlugCanDos::canDoGainReductionInfo = "supportsGainReductionInfo"
static

Check if gain reduction reporting is supported by the plug-in.

◆ canDoSlaveEffects

const char* Presonus::PlugCanDos::canDoSlaveEffects = "supportsSlaveEffects"
static

Check if slave effects are supported by plug-in.

◆ canDoViewDpiScaling

const char* Presonus::PlugCanDos::canDoViewDpiScaling = "supportsViewDpiScaling"
static

Check if view scaling for high-DPI is supported by the plug-in.

◆ canDoViewEmbedding

const char* Presonus::PlugCanDos::canDoViewEmbedding = "supportsViewEmbedding"
static

Check if view can be embedded by the host.

◆ canDoViewResize

const char* Presonus::PlugCanDos::canDoViewResize = "supportsViewResize"
static

Check if view can be resized by the host.