LMMS
Loading...
Searching...
No Matches
pslauextensions.h File Reference

Go to the source code of this file.

Classes

struct  SlaveEffect

Enumerations

enum  SlaveMode { kSlaveModeNormal , kSlaveModeLowLatencyClone }

Variables

static const AudioUnitPropertyID kSlaveEffectsPropID = 0x50534C01

Enumeration Type Documentation

◆ SlaveMode

enum SlaveMode
Enumerator
kSlaveModeNormal 

plug-in used in different location following given master

kSlaveModeLowLatencyClone 

plug-in used as hidden slave for low latency processing following given master

Variable Documentation

◆ kSlaveEffectsPropID

const AudioUnitPropertyID kSlaveEffectsPropID = 0x50534C01
static

This AU property in the global scope is of type CFArrayRef and is writable by the host. The elements of the array are of type CFDataRef which encapsulate SlaveMode structures. For more details, please check the documentation of Presonus::ISlaveControllerHandler.