Carla Backend
Variables
Patchbay Port Hints

Various patchbay port hints. More...

Variables

static const uint PATCHBAY_PORT_IS_INPUT = 0x01
 
static const uint PATCHBAY_PORT_TYPE_AUDIO = 0x02
 
static const uint PATCHBAY_PORT_TYPE_CV = 0x04
 
static const uint PATCHBAY_PORT_TYPE_MIDI = 0x08
 
static 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
static

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
static

Patchbay port is of Audio type.

◆ PATCHBAY_PORT_TYPE_CV

const uint PATCHBAY_PORT_TYPE_CV = 0x04
static

Patchbay port is of CV type (Control Voltage).

◆ PATCHBAY_PORT_TYPE_MIDI

const uint PATCHBAY_PORT_TYPE_MIDI = 0x08
static

Patchbay port is of MIDI type.

◆ PATCHBAY_PORT_TYPE_OSC

const uint PATCHBAY_PORT_TYPE_OSC = 0x10
static

Patchbay port is of OSC type.