diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-04-10 19:39:08 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-04-10 19:39:08 +0000 |
commit | 3835692fde56c232d4fc0352d4fd80c78fedf899 (patch) | |
tree | 83e40b77b75344ca74933f6e8f5166a8029df6dd | |
parent | 88125fb2800b8cc18d09cc4321089233b8912caa (diff) |
added quick help patch for [fsrecordctrl]HEADsvn2git-headexternals/framesync
svn path=/trunk/externals/framesync/; revision=16119
-rw-r--r-- | fsrecordctrl-help.pd | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/fsrecordctrl-help.pd b/fsrecordctrl-help.pd new file mode 100644 index 0000000..e85f1d9 --- /dev/null +++ b/fsrecordctrl-help.pd @@ -0,0 +1,22 @@ +#N canvas 497 205 515 359 10; +#X text 31 305 the first argument sets how many frames to record; +#X obj 71 221 fsrecordctrl 100; +#X obj 217 252 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 +1; +#X obj 71 252 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 +1; +#X obj 368 256 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 +1; +#X obj 368 221 fsrecordctrl 300; +#X obj 217 221 fsrecordctrl 200; +#X obj 71 105 frameclock 400; +#X text 33 16 A record controller based on total frames for attaching +to [writesf~]. Enable recording by clicking the embedded toggle \, +it will automatically start and stop recording based on the frame clock. +; +#X connect 1 0 3 0; +#X connect 5 0 4 0; +#X connect 6 0 2 0; +#X connect 7 0 1 0; +#X connect 7 0 5 0; +#X connect 7 0 6 0; |