1
0
Fork 0
nih-plug/plugins/examples
Robbert van der Helm 76369ad1e1 💥 Rework FloatParam and IntParam
They are now two separate types with slightly different options. I had
these merged initially because they're 95% the same, and I thought it
would be fun to have weird distributions for integer parameters, but
that doesn't really work because hosts and the plugin APIs expect the
steps to be linear. And if you're going to have an unstepped integer
parameter, might as well use FloatParam with rounding.

Because non-linear ranges are no longer possible with IntParam, the
types have been split up to make everything much more readable instead
of adding a parameterizing the range type with another type family.
2022-03-03 19:24:40 +01:00
..
gain 💥 Rework FloatParam and IntParam 2022-03-03 19:24:40 +01:00
gain-gui 💥 Rework FloatParam and IntParam 2022-03-03 19:24:40 +01:00
sine 💥 Rework FloatParam and IntParam 2022-03-03 19:24:40 +01:00