LMMS
Loading...
Searching...
No Matches
ParameterData Struct Reference

#include <CarlaBackend.h>

Public Attributes

ParameterType type
uint hints
int32_t index
int32_t rindex
uint8_t midiChannel
int16_t mappedControlIndex
float mappedMinimum
float mappedMaximum
uint mappedFlags

Detailed Description

Parameter data.

Member Data Documentation

◆ hints

uint ParameterData::hints

This parameter hints.

See also
Parameter Hints

◆ index

int32_t ParameterData::index

Index as seen by Carla.

◆ mappedControlIndex

int16_t ParameterData::mappedControlIndex

Currently mapped index.

See also
SpecialMappedControlIndex

◆ mappedFlags

uint ParameterData::mappedFlags

Flags related to the current mapping of this parameter.

See also
Mapped Parameter Flags

◆ mappedMaximum

float ParameterData::mappedMaximum

Maximum value that this parameter maps to.

◆ mappedMinimum

float ParameterData::mappedMinimum

Minimum value that this parameter maps to.

◆ midiChannel

uint8_t ParameterData::midiChannel

Currently mapped MIDI channel. Counts from 0 to 15.

◆ rindex

int32_t ParameterData::rindex

Real index as seen by plugins.

◆ type

ParameterType ParameterData::type

This parameter type.


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