Interfaces
 InterfaceDescription
 IMapping IMapping is an interface providing the necessary mapping function and vice versa
Classes
 ClassDescription
 MappingBoolean MappingBoolean maps a normalized value into a Boolean
 MappingIntLinear MappingIntLinear interpolates(linear) a normalized value into the given range(min/max): int
 MappingNumberExponential MappingNumberLinear interpolates(exponential) a normalized value into the given range(min/max): Number
 MappingNumberLinear MappingNumberLinear interpolates(linear) a normalized value into the given range(min/max): Number
 MappingValues MappingValues maps a normalized value to a value inside the passed Array
 Parameter class Parameter stores an untyped value Depending on its mapping it can handle different types of values as Number, Boolean, Array It also informs listeners if the value has changed.