The mapping specified by these functions is only used for controls that display the current value of the control. The default system theme doesn't currently display this information. Since this information is only used for display purposes, you will still have to handle (as appropriate for your needs) mapping between the value of the control and the parameter value it represents.
For example, a BContinuousParameter
that selects a frequency between 20
Hz and 20,000 Hz might use a range from 0 to 3, with an exponent base of
10 and a multiplication factor of 20. In this case, the parameter will
receive values from 0.0 to 3.0, which the UI control knows to map to the
values 20 through 20,000 for display purposes.