Carla Backend
Loading...
Searching...
No Matches
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: