I'm neutral – generally, I hate logarithmic controls (and sliders in general) but realize that most users might find them more familiar. I did indeed ask on the wxWidgets list just in support of this topic.Gale Andrews wrote: I assumed Ed was asking on your behalf of you as he is subscribed to the widgets list. But he can type a quick +1 if he wants to vote.
I could probably do most of the programming to develop a logarithmic slider but would not know how to do the actual linear to logarithmic mathematical translation. That translation should not be too hard, I envision something like converting the original linear values (Max, Min & Value) into a percentage/ratio then using that result to determine the logarithmic value.