plugdata
plugdata copied to clipboard
Knob Initial value when exp is set.
I am new to plugdata. But I thought this was a bug and I am reporting it.
When exp is not 0, initial value is not set correctly.
In the example below, the knob has a range of 10 to 1000, and the exp is set so that the center value is 100.
The exp was obtained as follows.
exp = log((center - min) / (max - min)) / log(0.5)
The image shows the value when double-clicked.
The expected value is 100, but 10.2 is returned.