Is there any way that I can get the milliseconds of a track (i.e. mins:seconds:milliseconds)?
There is only tenths of seconds on this (e.g. 3:07.9) and I was wondering if I can get an extended version of the time elapsed module.
There is only tenths of seconds on this (e.g. 3:07.9) and I was wondering if I can get an extended version of the time elapsed module.
发表时间 Thu 26 Jul 12 @ 2:17 pm
You mean you want it to say 3:07.96780 instead of 3:07.9?
发表时间 Thu 26 Jul 12 @ 2:27 pm
Not sure if this is possible as the skin script commands (%Pspent) only show 10th second increments.
There is a scripting verb "get time" but I don't think this can be used in a skin though .....
get time : get the elapsed time (or remaining or total depending on "display_time"), in milliseconds. Use 'get time 1000' to get another unit than ms (1000=ms, 25=1/25th of seconds, 44100=frames, etc). Use "absolute" not to take the pitch into account. Use "elapsed", "remain" or "total" to bypass the setting of display_time. You can also return the position of cue points using 'get time "cue"' (Current cue point), 'get time "cue1"' (Cue point #1), etc. Or the loop in/out positions using 'get time "loopin"' or 'get time "looout"'
Keith
There is a scripting verb "get time" but I don't think this can be used in a skin though .....
get time : get the elapsed time (or remaining or total depending on "display_time"), in milliseconds. Use 'get time 1000' to get another unit than ms (1000=ms, 25=1/25th of seconds, 44100=frames, etc). Use "absolute" not to take the pitch into account. Use "elapsed", "remain" or "total" to bypass the setting of display_time. You can also return the position of cue points using 'get time "cue"' (Current cue point), 'get time "cue1"' (Cue point #1), etc. Or the loop in/out positions using 'get time "loopin"' or 'get time "looout"'
Keith
发表时间 Thu 26 Jul 12 @ 2:31 pm
A Man and His Music wrote :
You mean you want it to say 3:07.96780 instead of 3:07.9?
At least 3:07.96.
发表时间 Thu 26 Jul 12 @ 5:06 pm
Just curious but why in the world would you need to see milliseconds?? Are you trying to use VDJ to find the god particle??
发表时间 Sun 29 Jul 12 @ 9:06 am