From f7d8c07badeba6dad33e9953993912f97d5507d6 Mon Sep 17 00:00:00 2001 From: "foley@ru.is" Date: Fri, 24 Jan 2014 12:20:34 +0000 Subject: [PATCH] System seems OK, changed choptime to 4 seconds to keep running time to 14:41 out of 14:44 --- .../trajectories_sony_bdp_s790.pde | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/synchronizer/installations/trajectories_sony_bdp_s790/trajectories_sony_bdp_s790.pde b/synchronizer/installations/trajectories_sony_bdp_s790/trajectories_sony_bdp_s790.pde index 162331e..f6f0224 100755 --- a/synchronizer/installations/trajectories_sony_bdp_s790/trajectories_sony_bdp_s790.pde +++ b/synchronizer/installations/trajectories_sony_bdp_s790/trajectories_sony_bdp_s790.pde @@ -33,10 +33,11 @@ int heartbeat_state=0; String INST_NAME="Trajectories"; String ARTIST="Sigurdur Gudjonsson (video) & Anna Thorvaldsdottir (sound)"; String YEAR="2014"; -int videotime = 10; // set here your DVD title playtime in seconds -int choptime = 2; // how much to chop at the end if the videos are - // not exactly the same length -int resetdelay = 1; // seconds from reset to playing from beginning +int videotime = 14*60+44; // set here your DVD title playtime in seconds +int choptime = 4; // how much to chop at the end +// choptime is also for tuning timing errors +// for this video, 5 chopped off 4 seconds +int resetdelay = 0; // seconds from reset to playing from beginning int playtime = videotime - choptime + resetdelay;