|
LMMS
|
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 |
Various patchbay port hints.
Patchbay port is input. When this hint is not set, port is assumed to be output.
Patchbay port is of CV type (Control Voltage).