gerardhn wrote: > I think it is a CPU, interrupt, memory management problem.
I think you may be right. Looking at the source code of the Touch, interrupts may occur in the middle of a bit. Then, in the interrupt handler, free() is being called and releases only half of the bit. Albeit being very rare, in sum several bits can get lost. As JPlay does not use interrupts, such an error can simply not happen with JPlay, and this must be what you have detected in your direct comparison. ------------------------------------------------------------------------ sbellon's Profile: http://forums.slimdevices.com/member.php?userid=22873 View this thread: http://forums.slimdevices.com/showthread.php?t=96419 _______________________________________________ Touch mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/touch
