Linear

Cuepoint - milliseconds? (Projekktor Core)

by zkem, Tuesday, June 12, 2012, 22:13 (345 days ago)

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!

  552 views
Avatar

Cuepoint - milliseconds?

by sascha ⌂ @, Thursday, June 14, 2012, 17:36 (343 days ago) @ zkem

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/

Tags:
cuepoints, precision

  546 views

Cuepoint - milliseconds?

by zkem, Thursday, June 14, 2012, 17:38 (343 days ago) @ sascha

Thanks Sascha! I'll give that a try.

  542 views