The current tacton playback implementation creates a setInterval callback for each setParameter instruction of the tacton, but the setInterval interval is only the minimum time before calling. This could potentially lead to longer than intended intervals and thus to wrongly displayed tactons.
One solution may be to check the elapsed time between instructions at far smaller intervals.