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 > FDS modulation rate Owner: rainwarrior New post
Page 1 of 1 Sort:  
FDS modulation rate Posted: 2011-07-07 17:14 Reply | Quote
rainwarrior

Avatar

Member for: 4150 days
Location: Canada
Status: Offline

#19550
This is from 0.3.7b

Anything over 999 doesn't work, 1000-1999 becomes 1, 2000-2999 becomes 2, etc.

Might be because whatever converts the number to text puts a comma in after the thousands digit?

Posted: 2011-08-15 00:33 Reply | Quote
jsr
Administrator

Avatar

Member for: 5924 days
Location: Sweden
Status: Offline

#21639
It's the spin control that inserts a space in values > 999 and causes the conversion to fail. This shouldn't be hard to fix.

_______________________
Programmer and developer
Posted: 2011-08-15 01:10 Reply | Quote
Xyz_39808

Avatar

Member for: 4180 days
Location: South Texas
Status: Offline

#21640
So how high is it supposed to go?
Can I have my effects going up as high as
H3F IFF JFF?

'Cause 65,535 hz freq modulation would be quite the range :D

Posted: 2011-08-15 22:58 Reply | Quote
jsr
Administrator

Avatar

Member for: 5924 days
Location: Sweden
Status: Offline

#21715
The limit is 4095, same as the frequency register.

_______________________
Programmer and developer
Posted: 2011-08-19 16:54 Reply | Quote
Xyz_39808

Avatar

Member for: 4180 days
Location: South Texas
Status: Offline

#21967
Just a thought, is it at all possible to make the Jxx effect into a Jxxx effect?
The fourth digit opened up by the Ixx is wasted and it could be slightly less confusing to just use one 3 digit hex rather than splitting up the values.

I doubt it, but it's worth asking.

Posted: 2011-08-19 23:31 Reply | Quote
jsr
Administrator

Avatar

Member for: 5924 days
Location: Sweden
Status: Offline

#21985
That would require too many modifications, unfortunately. Effect parameters are stored as 8-bit values.

_______________________
Programmer and developer
Page 1 of 1 Sort: