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 > Bug Reports & Feature Requests > Fxx misdocumented? Owner: rainwarrior New post
Page 1 of 1 Sort:  
Fxx misdocumented? Posted: 2011-06-15 19:40 Reply | Quote
rainwarrior

Avatar

Member for: 4150 days
Location: Canada
Status: Offline

#18512
I'm using 0.3.7 beta. From what I can determine, F14 sets speed, F15 sets tempo (i.e. my test was putting F06 F15 F06 on successive rows and seeing that it does not return to original speed).

The 3.6 documentation claims that F00-F19 sets speed, F20-FFF sets tempo, which doesn't entirely make sense in itself (e.g. what is F1A?). I think in the code speed is hard limited to 19 (decimal) isn't it? Though... that doesn't explain why the break is F14/15 and not F13/14.

Anyhow, it's easy to get around, but was unexpected given the documentation.

Posted: 2011-06-25 22:45 Reply | Quote
jsr
Administrator

Avatar

Member for: 5924 days
Location: Sweden
Status: Offline

#18889
You are right, this has been unnoticed since the very first version. =)

I messed up hexadecimal and decimal numbers when I wrote that down. 19 (decimal) should be 13 (hex), but in the code it's actually 00-20 so the correct numbers should be F00-F14 for speed and F15-FFF for tempo. I'll fix the help files.

_______________________
Programmer and developer
Page 1 of 1 Sort: