diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-11-24 02:44:25 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-11-24 02:44:25 +0000 |
commit | 492b3de9e93c90b9a57e8a8fbc469e444ecea3bb (patch) | |
tree | 8bc2c87642e80ce5de0863e8bb8ca2a040c34827 | |
parent | d2ee3129dccbaeebed862b238f079ec4cd8c51fa (diff) |
added trigger to make sure the inlets set things correctly
svn path=/trunk/externals/framesync/; revision=12810
-rw-r--r-- | fsline.pd | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -10,22 +10,23 @@ #X obj 47 151 moses; #X obj 74 185 moses; #X obj 74 255 -; -#X msg 179 189 \$2 \$1; -#X obj 179 211 -; -#X obj 179 169 pack float float; +#X msg 219 209 \$2 \$1; +#X obj 219 231 -; +#X obj 219 189 pack float float; #X obj 74 280 /; #X obj 74 325 outlet; #X obj 101 165 + 1; #X obj 47 45 receive framesync/frameclock; #X text 44 28 current frame #; +#X obj 225 166 trigger bang float; #X connect 0 0 8 1; #X connect 0 0 10 1; #X connect 0 0 13 0; #X connect 1 0 0 0; #X connect 2 0 7 0; #X connect 3 0 6 0; -#X connect 6 0 13 1; #X connect 6 0 16 0; +#X connect 6 0 19 0; #X connect 7 0 0 0; #X connect 7 1 6 0; #X connect 8 1 9 0; @@ -37,3 +38,5 @@ #X connect 14 0 15 0; #X connect 16 0 9 1; #X connect 17 0 8 0; +#X connect 19 0 13 0; +#X connect 19 1 13 1; |