Length: ms are being taken into consideration

Discussion related to "Everything" 1.5 Alpha.
Post Reply
therube
Posts: 4610
Joined: Thu Sep 03, 2009 6:48 pm

Length: ms are being taken into consideration

Post by therube »

1288 Length: ms are (now) being taken into consideration

I don't know if this is a regression in 1288 itself, or specifically related to (dup) highlighting,
but (at least with highlighting enabled - didn't check otherwise), (video) Length Property is
(again) distinguishing ms when determining "duplicates".

(At least I suppose that is what is now happening in 1288.)

So if you have two files,
1. 46 min 0 s 667 ms
2. 46 min 0 s 720 ms
they are not (colored [highlighting]) as duplicates (in 1288 [where they were in 1286]).


(Above is the short version ;-).)
void
Developer
Posts: 15373
Joined: Fri Oct 16, 2009 11:31 pm

Re: Length: ms are being taken into consideration

Post by void »

Thank you for your feedback therube,

Group highlighting does not take length_dupe_tolerance into consideration.

The color used for group highlighting is calculated from the property value as 'export text' (not display text).
'export text' will use the highest resolution available. Length 'export text' will be a 100-nanosecond duration text value.
I have put on my TODO list: use length_dupe_tolerance when group coloring.


Note: length_dupe_tolerance does not work for distinct, not-duplicated or not-distinct.
I'll put this on my TODO list.
Post Reply