Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /storage/content/49/145849/famitracker.com/public_html/forum/classes/dbHandler.php on line 29
The volume column has always confused me. sort of... I know about 9-0 and that F is the loudest. I dont know the rest so if someone can like, list them out like what A and D is ETC.
The decimal number system, what we usually use, is base 10.
But the hexadecimal numbers system is base 16. Using hex in this situation makes it so only one column is needed for volume instead of two.
Welp, I should have refreshed first...
______________________________________
The volume column uses hexadecimal values. Hexadecimal is a numeral system with a base of 16. The volume column accepts values from 0-F, which equates to 0-15 in decimal, which gives a total of 16 values.
0-9 are self explanatory, so I'll go over letter values:
A = 10
B = 11
C = 12
D = 13
E = 14
F = 15
For a good way to get used to this system, I recommend going to the general configuration and ticking the box "Show row numbers in hex." It will help you see how the hexadecimal system works.