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;