ESPUI icon indicating copy to clipboard operation
ESPUI copied to clipboard

Logarithmic sliders

Open mabartibin opened this issue 3 years ago • 0 comments

Describe the solution you'd like I’d like a new control type LogSlider, or alternatively a flag on the existing slider, to make the scale logarithmic. E.g. on a 1–100 slider, 10 is in the middle.

Describe alternatives you've considered Super flexible solution: allow to provide code that translates the slider position (0.0–1.0) to a value. That would allow the slider value label to include units and e.g. go from 1Hz → 1kHz → 1MHz

I suppose the code would have to be in JS though.

mabartibin avatar Sep 25 '22 08:09 mabartibin