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
Example: You have two channel volume settings.
-- 0
-- -
-- -
-- -
-- C
You want to create a fade-in using the channel volume column. You highlight the 1 × 5 rectangle from the 0 to the C, and then you press Ctrl + G (or any hotkey you have defined). FamiTracker will write interpolated values like this:
-- 0
-- 3
-- 6
-- 9
-- C
It also works for effect columns, so you can do this in a matter of seconds without much calculation:
213
22C
245
25E
277
Obviously, interpolation does not work well with all ?xy effects if you use both x and y at the same time. This includes 0, 4, 7, A, H, I, Q and R.
4A2
49F
49C
499
496
493
(Caption: Interpolation screws 4xys.)
Reminder: Some effects in format of ?xy can be interpolated properly.
781
793
7A5
7B7
Meanwhile, some are screwed without proper calculation.
A90
A??
A??
A20
(guess what, a smooth gradient?)
Unfortunately, I don't find this feature to be very useful, maybe because I usually input everything manually.
In fact I don't even know until I started digging the depths of the Forum