echoes icon indicating copy to clipboard operation
echoes copied to clipboard

Implement an option for millisecond time.

Open player-03 opened this issue 9 months ago • 0 comments

For use cases that require integers, as in #26.

Defines a new echoes.Time type that is fully backwards-compatible. For anyone who doesn't need integer time, you can continue using Float as before, or swap over to echoes.Time, or a mix of both.

If you need integer time, define echoes_millisecond_time. Then, update your code to use echoes.Time instead of Float, and millisecond values instead of seconds.

player-03 avatar Mar 24 '25 05:03 player-03