Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions