libgig
4.4.1
|
General dimension definition. More...
#include <gig.h>
Public Attributes | |
dimension_t | dimension |
Specifies which source (usually a MIDI controller) is associated with the dimension. | |
uint8_t | bits |
Number of "bits" (1 bit = 2 splits/zones, 2 bit = 4 splits/zones, 3 bit = 8 splits/zones,...). | |
uint8_t | zones |
Number of zones the dimension has. | |
split_type_t | split_type |
Intended for internal usage: will be used to convert a dimension value into the corresponding dimension bit number. | |
float | zone_size |
Intended for internal usage: reflects the size of each zone (128/zones) for normal split types only, 0 otherwise. | |