Quick question, is there any way to get more values in a parameter? Possibly an extra decimal (0.001 or something) or is it best to just stick to the default 100 values?
By Parameter do you mean a Slider?
Try… slider.setRange(0.0, 1.0, 0.001)
Just use the NormalisableRange class and you can use any range you want.
Rail
