53 static MPEValue from7BitInt (
int value) noexcept;
58 static MPEValue from14BitInt (
int value) noexcept;
61 static MPEValue centreValue() noexcept;
74 int as7BitInt()
const noexcept;
81 int as14BitInt()
const noexcept;
84 float asSignedFloat()
const noexcept;
87 float asUnsignedFloat()
const noexcept;
90 bool operator== (
const MPEValue& other)
const noexcept;
93 bool operator!= (
const MPEValue& other)
const noexcept;
98 int normalisedValue = 8192;
This class represents a single value for any of the MPE dimensions of control.
#define JUCE_API
This macro is added to all JUCE public class declarations.