From 6fccbe2cb9df61517aa5d9d6ac7b69ba763d4bc1 Mon Sep 17 00:00:00 2001 From: Comment Date: Wed, 6 Nov 2013 10:18:12 +0000 Subject: making video bank play mode --- rotord/src/rotor.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h index a8e6fca..e44c753 100644 --- a/rotord/src/rotor.h +++ b/rotord/src/rotor.h @@ -626,8 +626,21 @@ namespace Rotor { } if (isLoaded){ int wanted=0.0f; + int thisframe=((Time_spec)frame).frame(); switch (attributes["frame_mode"]->intVal){ case VIDEOTIME_play: + if(thisframe==lastframe+1){ + if (segment!=wv){ + //start of new segment + cerr<<"segment "<