fantasycalendar / FoundryVTT-Sequencer

This module implements a basic pipeline that can be used for managing the flow of a set of functions, effects, sounds, and macros.
Other
47 stars 25 forks source link

startTime no longer allowed to exceed 1000ms #62

Closed Z3nner closed 2 years ago

Z3nner commented 2 years ago

Create any macro that uses the ".startTime()" function. Set the start time to any delay less than 1000ms and the macro will execute normally, playing at the indicated start time. Now reset the start time to anything equal to or greater than 1000ms and the macro will no longer play that portion. Console will return the following error.

'TimeRanges': The index provided (1) is greater than or equal to the maximum bound (1). at CanvasEffect.set video [as video]

Haxxer commented 2 years ago

Is the effect's duration longer than 1 second?

Z3nner commented 2 years ago

Yes. The two I noticed this on included the JB2A eldritch blast and fireball.beam.orange. Both are 4 seconds

Haxxer commented 2 years ago

Fixed in 2.0.15