These types define how the value in the CustomData struct is stored.
More...
These types define how the value in the CustomData struct is stored.
- See also
- CustomData::type
◆ CUSTOM_DATA_TYPE_BOOLEAN
const char* const CUSTOM_DATA_TYPE_BOOLEAN = "http://kxstudio.sf.net/ns/carla/boolean" |
|
static |
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" |
|
static |
◆ CUSTOM_DATA_TYPE_PROPERTY
const char* const CUSTOM_DATA_TYPE_PROPERTY = "http://kxstudio.sf.net/ns/carla/property" |
|
static |
◆ CUSTOM_DATA_TYPE_STRING
const char* const CUSTOM_DATA_TYPE_STRING = "http://kxstudio.sf.net/ns/carla/string" |
|
static |