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 FamiTracker
Login:
Menu:
Post: Author:
FamiTracker > General > FamiTracker Talk > Volume column Owner: Bass92BOY New post
Page 1 of 1 Sort:  
Volume column Posted: 2015-02-13 03:56 Reply | Quote
Bass92BOY

Avatar

Member for: 2689 days
Status: Offline

#65715
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.

Posted: 2015-02-13 04:38  (Last Edited: 2015-02-13 16:02) Reply | Quote
tadpole

Avatar

Member for: 5713 days
Location: Renton, WA, USA
Status: Offline

#65720
A - 10
B - 11
C - 12
D - 13
E - 14
F - 15

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.

Posted: 2015-02-13 04:40  (Last Edited: 2015-02-13 04:41) Reply | Quote
Alexander283

Avatar

Member for: 2912 days
Location: Germany
Status: Offline

#65721
It's hexadecimal. The normally used decimal system has 10 numbers (0 to 9), the hexadecimal system has 16 numbers:

Hex, Dec
0, 0
1, 1
2, 2
3, 3
4, 4
5, 5
6, 6
7, 7
8, 8
9, 9
A, 10
B, 11
C, 12
D, 13
E, 14
F, 15
10, 16
11, 17
...

Since the NES has a 4 Bit volume control and 2^4 = 16, you can control the volume via one hexadecimal digit.

EDIT: Welp, two minutes late ... oh well ...

_______________________
The purpose of a programming language is to protect the computer against the programmer.
Posted: 2015-02-13 04:44  (Last Edited: 2015-02-13 04:45) Reply | Quote
VinylScratch

Avatar

Member for: 3554 days
Location: Nebraska
Status: Offline

#65722
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.

_______________________
[url=https://soundcloud.com/dj-dimeback]Soundcloud | [url=http://www.youtube.com/user/ITGpwnage]Youtube
Posted: 2015-02-13 04:48 Reply | Quote
Bass92BOY

Avatar

Member for: 2689 days
Status: Offline

#65723
oh... i should have expected that... haha

Page 1 of 1 Sort: