balintlaczko / VideoAnalysis

Non-realtime video analysis, exporting motiongrams and various quantitative features of movement in the video file.
https://www.uio.no/ritmo/english/research/labs/fourms/downloads/software/VideoAnalysis/
1 stars 0 forks source link

analysis progress bar doesn't ramp properly #99

Closed balintlaczko closed 4 years ago

balintlaczko commented 4 years ago

This is about the slider setminmax message. Let's say "setminmax 200 400". If I then send the "200" time message to the slider, it will output 400 because in order to get 200 we should input 0. I think the best way is to avoid resizing the slider, rather normalize the input time (respecting the loop range).