Carla Backend
Variables
Patchbay Port Group Hints

Various patchbay port group hints. More...

Variables

static const uint PATCHBAY_PORT_GROUP_MAIN_INPUT = 0x01
 
static const uint PATCHBAY_PORT_GROUP_MAIN_OUTPUT = 0x02
 
static const uint PATCHBAY_PORT_GROUP_STEREO = 0x04
 
static const uint PATCHBAY_PORT_GROUP_MID_SIDE = 0x08
 

Detailed Description

Various patchbay port group hints.

Variable Documentation

◆ PATCHBAY_PORT_GROUP_MAIN_INPUT

const uint PATCHBAY_PORT_GROUP_MAIN_INPUT = 0x01
static

Indicates that this group should be considered the "main" input.

◆ PATCHBAY_PORT_GROUP_MAIN_OUTPUT

const uint PATCHBAY_PORT_GROUP_MAIN_OUTPUT = 0x02
static

Indicates that this group should be considered the "main" output.

◆ PATCHBAY_PORT_GROUP_STEREO

const uint PATCHBAY_PORT_GROUP_STEREO = 0x04
static

A stereo port group, where the 1st port is left and the 2nd is right.

◆ PATCHBAY_PORT_GROUP_MID_SIDE

const uint PATCHBAY_PORT_GROUP_MID_SIDE = 0x08
static

A mid-side stereo group, where the 1st port is center and the 2nd is side.