I understand that the linear volume controls are evil 🙂 Programming Volume Controls
But that's understandable only for people working with audio. For the rest it's hard to explain why when your volume control slider is at 30% position there is no sound. Therefore ability to switch scales could work for both audiences.
But that's understandable only for people working with audio. For the rest it's hard to explain why when your volume control slider is at 30% position there is no sound. Therefore ability to switch scales could work for both audiences.
IMO - if at 30% there is no sound, then the chain has bad gain structure. IMO in software it could be fixed by lower and upper limit mapping the UI values to real log values. E.g. 0%@UI = 20%@real, 100%@UI = 100%@real. Or the other way round if the gain is too high and end stage starts clipping at 50% volume. Certainly many other ways too 🙂