Skip to content

Evaluate the use of setInterval for timing purposes when playing a stored tacton  #21

@sidecutter

Description

@sidecutter

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions