From 7a55e0c71f31a4c1711c35a050cd8fbcaf631617 Mon Sep 17 00:00:00 2001 From: "foley@ru.is" Date: Fri, 24 Jan 2014 09:09:38 +0000 Subject: [PATCH] The play time got left at the 5 minute test time for the trajectories installation. Corrected, in testing. --- .../trajectories_sony_bdp_s790.pde | 5 ++--- 1 file changed, 2 insertions(+), 3 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 ff7de1b..dbc8e76 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,9 @@ int heartbeat_state=0; String INST_NAME="Trajectories"; String ARTIST="Sigurdur Gudjonsson (video) & Anna Thorvaldsdottir (sound)"; String YEAR="2014"; -//int videotime = 14*60+44; // set here your DVD title playtime in seconds -int videotime = 5*60; // set here your DVD title playtime in sec +int videotime = 14*60+44; // set here your DVD title playtime in seconds int choptime = 3; // how much to chop at the end if the videos are - // not exactly the same length + // not exactly the same length int playtime = videotime - choptime; int resetdelay = 3; // seconds from reset to playing from beginning