LMMS
Loading...
Searching...
No Matches
Patchbay Port Group Hints

Variables

static constexpr const uint PATCHBAY_PORT_GROUP_MAIN_INPUT = 0x01
static constexpr const uint PATCHBAY_PORT_GROUP_MAIN_OUTPUT = 0x02
static constexpr const uint PATCHBAY_PORT_GROUP_STEREO = 0x04
static constexpr 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
staticconstexpr

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

◆ PATCHBAY_PORT_GROUP_MAIN_OUTPUT

const uint PATCHBAY_PORT_GROUP_MAIN_OUTPUT = 0x02
staticconstexpr

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

◆ PATCHBAY_PORT_GROUP_MID_SIDE

const uint PATCHBAY_PORT_GROUP_MID_SIDE = 0x08
staticconstexpr

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

◆ PATCHBAY_PORT_GROUP_STEREO

const uint PATCHBAY_PORT_GROUP_STEREO = 0x04
staticconstexpr

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