| 
    Carla Backend
    
   | 
 
#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 | 
Parameter data.
| ParameterType ParameterData::type | 
This parameter type.
| uint ParameterData::hints | 
This parameter hints.
| int32_t ParameterData::index | 
Index as seen by Carla.
| int32_t ParameterData::rindex | 
Real index as seen by plugins.
| uint8_t ParameterData::midiChannel | 
Currently mapped MIDI channel. Counts from 0 to 15.
| int16_t ParameterData::mappedControlIndex | 
Currently mapped index.
| float ParameterData::mappedMinimum | 
Minimum value that this parameter maps to.
| float ParameterData::mappedMaximum | 
Maximum value that this parameter maps to.
| uint ParameterData::mappedFlags | 
Flags related to the current mapping of this parameter.
 1.8.17