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

Variables

static constexpr const uint PATCHBAY_PORT_IS_INPUT = 0x01
static constexpr const uint PATCHBAY_PORT_TYPE_AUDIO = 0x02
static constexpr const uint PATCHBAY_PORT_TYPE_CV = 0x04
static constexpr const uint PATCHBAY_PORT_TYPE_MIDI = 0x08
static constexpr const uint PATCHBAY_PORT_TYPE_OSC = 0x10

Detailed Description

Various patchbay port hints.

Variable Documentation

◆ PATCHBAY_PORT_IS_INPUT

const uint PATCHBAY_PORT_IS_INPUT = 0x01
staticconstexpr

Patchbay port is input. When this hint is not set, port is assumed to be output.

◆ PATCHBAY_PORT_TYPE_AUDIO

const uint PATCHBAY_PORT_TYPE_AUDIO = 0x02
staticconstexpr

Patchbay port is of Audio type.

◆ PATCHBAY_PORT_TYPE_CV

const uint PATCHBAY_PORT_TYPE_CV = 0x04
staticconstexpr

Patchbay port is of CV type (Control Voltage).

◆ PATCHBAY_PORT_TYPE_MIDI

const uint PATCHBAY_PORT_TYPE_MIDI = 0x08
staticconstexpr

Patchbay port is of MIDI type.

◆ PATCHBAY_PORT_TYPE_OSC

const uint PATCHBAY_PORT_TYPE_OSC = 0x10
staticconstexpr

Patchbay port is of OSC type.