I have a control bar that return a value between 0 and 1 (0 = lowest volume (aka : mute), and 1 = highest volume; We'll call this value V), but C2 uses decibels (we'll call it G);
I did the formula:
G = x*10*log(V)
I found out that x ~= 10/3 ; but I don't understand if this is normal that x is different from 1, is that normal that there is a coefficient?
EDIT: of course, if V = 0, the action will not occur, I don't want a math error because of -infinity