Carla Backend
Variables
Custom Data Types

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

Variables

static const char *const CUSTOM_DATA_TYPE_BOOLEAN = "http://kxstudio.sf.net/ns/carla/boolean"
 
static const char *const CUSTOM_DATA_TYPE_CHUNK = "http://kxstudio.sf.net/ns/carla/chunk"
 
static const char *const CUSTOM_DATA_TYPE_PROPERTY = "http://kxstudio.sf.net/ns/carla/property"
 
static 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"
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

Chunk type URI.

◆ CUSTOM_DATA_TYPE_PROPERTY

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

Property type URI.

◆ CUSTOM_DATA_TYPE_STRING

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

String type URI.