Carla Backend
Public Attributes | List of all members
_CarlaParameterInfo Struct Reference

#include <CarlaHost.h>

Public Attributes

const char * name
 
const char * symbol
 
const char * unit
 
const char * comment
 
const char * groupName
 
uint32_t scalePointCount
 

Detailed Description

Parameter information.

See also
carla_get_parameter_info()

Member Data Documentation

◆ name

const char* _CarlaParameterInfo::name

Parameter name.

◆ symbol

const char* _CarlaParameterInfo::symbol

Parameter symbol.

◆ unit

const char* _CarlaParameterInfo::unit

Parameter unit.

◆ comment

const char* _CarlaParameterInfo::comment

Parameter comment / documentation.

◆ groupName

const char* _CarlaParameterInfo::groupName

Parameter group name, prefixed by a unique symbol and ":".

◆ scalePointCount

uint32_t _CarlaParameterInfo::scalePointCount

Number of scale points.

See also
CarlaScalePointInfo

The documentation for this struct was generated from the following file: