Dn-FamiTracker icon indicating copy to clipboard operation
Dn-FamiTracker copied to clipboard

Channel meters flicker on Fast setting

Open nyanpasu64 opened this issue 4 years ago • 3 comments

don't know why it happens, but CSoundChip2's volume API does not have this problem, and replacing emulation cores will fix it over time.

nyanpasu64 avatar Feb 04 '21 00:02 nyanpasu64

fixed for 2a03 and fds by #32, not fixed in legacy chips.

nyanpasu64 avatar Feb 26 '21 07:02 nyanpasu64

on overclocked modules, the triangle meter level becomes lower than before (because each frame only sees a small vertical range). the expected workaround is to only update the meter every N ticks when overclocked (N is based off of some rounding algorithm applied to fps/60).

nyanpasu64 avatar Mar 07 '21 15:03 nyanpasu64