LMMS
Loading...
Searching...
No Matches
Custom Data Types

Variables

static constexpr const char *const CUSTOM_DATA_TYPE_BOOLEAN = "http://kxstudio.sf.net/ns/carla/boolean"
static constexpr const char *const CUSTOM_DATA_TYPE_CHUNK = "http://kxstudio.sf.net/ns/carla/chunk"
static constexpr const char *const CUSTOM_DATA_TYPE_PATH = "http://kxstudio.sf.net/ns/carla/path"
static constexpr const char *const CUSTOM_DATA_TYPE_PROPERTY = "http://kxstudio.sf.net/ns/carla/property"
static constexpr const char *const CUSTOM_DATA_TYPE_STRING = "http://kxstudio.sf.net/ns/carla/string"

Detailed Description

These types define how the value in the CustomData struct is stored.

See also
CustomData::type

Variable Documentation

◆ CUSTOM_DATA_TYPE_BOOLEAN

const char* const CUSTOM_DATA_TYPE_BOOLEAN = "http://kxstudio.sf.net/ns/carla/boolean"
staticconstexpr

Boolean string type URI. Only "true" and "false" are valid values.

◆ CUSTOM_DATA_TYPE_CHUNK

const char* const CUSTOM_DATA_TYPE_CHUNK = "http://kxstudio.sf.net/ns/carla/chunk"
staticconstexpr

Chunk type URI.

◆ CUSTOM_DATA_TYPE_PATH

const char* const CUSTOM_DATA_TYPE_PATH = "http://kxstudio.sf.net/ns/carla/path"
staticconstexpr

Path type URI.

◆ CUSTOM_DATA_TYPE_PROPERTY

const char* const CUSTOM_DATA_TYPE_PROPERTY = "http://kxstudio.sf.net/ns/carla/property"
staticconstexpr

Property type URI.

◆ CUSTOM_DATA_TYPE_STRING

const char* const CUSTOM_DATA_TYPE_STRING = "http://kxstudio.sf.net/ns/carla/string"
staticconstexpr

String type URI.