|
|
@@ -102,19 +102,6 @@ const unsigned int PARAMETER_USES_SCALEPOINTS = 0x40; //!< Parameter uses scalep |
|
|
|
const unsigned int PARAMETER_USES_CUSTOM_TEXT = 0x80; //!< Parameter uses custom text for displaying its value.\see CarlaPlugin::getParameterText() |
|
|
|
/**@}*/ |
|
|
|
|
|
|
|
/*! |
|
|
|
* @defgroup PatchbayPortHints Patchbay Port Hints |
|
|
|
* |
|
|
|
* Various patchbay port hints. |
|
|
|
* @{ |
|
|
|
*/ |
|
|
|
const unsigned int PATCHBAY_PORT_IS_INPUT = 0x01; //!< Patchbay port is input. |
|
|
|
const unsigned int PATCHBAY_PORT_IS_OUTPUT = 0x02; //!< Patchbay port is output. |
|
|
|
const unsigned int PATCHBAY_PORT_IS_AUDIO = 0x04; //!< Patchbay port is of Audio type. |
|
|
|
const unsigned int PATCHBAY_PORT_IS_CV = 0x08; //!< Patchbay port is of CV type. |
|
|
|
const unsigned int PATCHBAY_PORT_IS_MIDI = 0x10; //!< Patchbay port is of MIDI type. |
|
|
|
/**@}*/ |
|
|
|
|
|
|
|
/*! |
|
|
|
* @defgroup CustomDataTypes Custom Data types |
|
|
|
* |
|
|
@@ -128,6 +115,19 @@ const char* const CUSTOM_DATA_CHUNK = "http://kxstudio.sf.net/ns/carla/chunk"; |
|
|
|
const char* const CUSTOM_DATA_STRING = "http://kxstudio.sf.net/ns/carla/string"; //!< Carla String URI |
|
|
|
/**@}*/ |
|
|
|
|
|
|
|
/*! |
|
|
|
* @defgroup PatchbayPortHints Patchbay Port Hints |
|
|
|
* |
|
|
|
* Various patchbay port hints. |
|
|
|
* @{ |
|
|
|
*/ |
|
|
|
const unsigned int PATCHBAY_PORT_IS_INPUT = 0x01; //!< Patchbay port is input. |
|
|
|
const unsigned int PATCHBAY_PORT_IS_OUTPUT = 0x02; //!< Patchbay port is output. |
|
|
|
const unsigned int PATCHBAY_PORT_IS_AUDIO = 0x04; //!< Patchbay port is of Audio type. |
|
|
|
const unsigned int PATCHBAY_PORT_IS_CV = 0x08; //!< Patchbay port is of CV type. |
|
|
|
const unsigned int PATCHBAY_PORT_IS_MIDI = 0x10; //!< Patchbay port is of MIDI type. |
|
|
|
/**@}*/ |
|
|
|
|
|
|
|
/*! |
|
|
|
* The binary type of a plugin. |
|
|
|
*/ |
|
|
|