#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. |
Definition at line 260 of file gig.h.
|
Number of "bits" (1 bit = 2 splits/zones, 2 bit = 4 splits/zones, 3 bit = 8 splits/zones,...).
Definition at line 262 of file gig.h. Referenced by gig::Region::AddDimension(), and gig::Region::GetDimensionRegionByBit(). |
|
Specifies which source (usually a MIDI controller) is associated with the dimension.
Definition at line 261 of file gig.h. Referenced by gig::Region::AddDimension(). |
|
Intended for internal usage: will be used to convert a dimension value into the corresponding dimension bit number.
|
|
Intended for internal usage: reflects the size of each zone (128/zones) for normal split types only, 0 otherwise.
|
|
Number of zones the dimension has.
|