Cuepoint - milliseconds? (Projekktor Core)
Hi,
Is it possible to check the smaller increments than seconds, for cue points, e.g., instead of:
on: '00:02',
I want to do
on: '00:02:100',
or something similar. I tried that but it didn't work. Is this possible?
Thanks!
Cuepoint - milliseconds?
It is possible to set the floating precision by setting cuepoints with the additional parameter "precision". E.g. "precision: 4" for four decimal places.
Unfortunately there´s still a tiny bug which causes the player to "flood" the cuepoint callback under some ccircumstances. But it´s worth giving a try.
. sascha
---
Help keeping free Projekktor support alive. Consider to buy supporter license: http://shop.projekktorxl.com/shop/supporter-license/
Cuepoint - milliseconds?
Thanks Sascha! I'll give that a try.
