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
Hi, im pretty new to trackers, i recently found out about them yesterday when i decided i wanted to make som old-school game tunes. So im starting to get the hang of it and found famitracker which seems fairly newbie friendly, but i have two questions. First of im a bit confused by the row "numbers" they go like
01
02
03
04
05
06
07
08
09
10
1A
1B
1C
1D
1E
1F
11
12
etc
This confuses me alot, is there any logic behind it? It makes it hard when the tutorial for the exampel says put that in note 32, but the note that is nr 32 is at the end of the 64 row list for example. Help please.
Also, i seem to have another issue. Say i make 1 instrument for triangle, set it at volume 1
and then make another instrument for square which. when i make the volume pattern for instrument nr 2 it also changes it on nr 1. Any help here?
Thanks! Also, are there any new tutorials? The one thats up on the site seems to use and older famitrack version and some buttons are different:/
I am not sure exactly why this is done but I know that a lot of 'computer language' uses Hexadecimal- a number system of 16. (for instance colours are 00-00-00 through FF-FF-FF)
For music, this makes sense because you can break up musical notes into 16ths or 32nds, etc. It makes things a lot easy when the number system goes up to 16 (or 0F). Not sure if this make sense, but I hope it helps...
The reason for this is that a byte can store any number from 0 to 255. 00000000 = 0, 11111111 = 255. I know it's confusing at first, but you'll get the hang of it. It works just like binary numbers, only then you have only 2 possible digits, and normally you have 10, and with hexadecimals you have 16. So any 2-digit number in hexadecimal represents one byte, e.g. 3F, C5, 15...