aboutsummaryrefslogtreecommitdiff
path: root/linear_cue_system/cue-help.pd
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2009-05-08 18:46:27 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2009-05-08 18:46:27 +0000
commit6b7aca1ebe4c81f4f5c844d2aa392db2336e5847 (patch)
treecf7f7c62baa7a3e033a2376fa2553db7a747af29 /linear_cue_system/cue-help.pd
parent779b45410e8c76b2984d26823e97310c7601b38f (diff)
this abstractions collection help the organisation of project design
around many diferent step. i use a lot this kind of system in dance or theater projects. svn path=/trunk/abstractions/nusmuk/; revision=11303
Diffstat (limited to 'linear_cue_system/cue-help.pd')
-rw-r--r--linear_cue_system/cue-help.pd17
1 files changed, 17 insertions, 0 deletions
diff --git a/linear_cue_system/cue-help.pd b/linear_cue_system/cue-help.pd
new file mode 100644
index 0000000..08c467d
--- /dev/null
+++ b/linear_cue_system/cue-help.pd
@@ -0,0 +1,17 @@
+#N canvas 319 47 610 278 10;
+#X obj 10 22 cue_init cue1;
+#X obj 10 163 cue test1a 2000;
+#X obj 10 106 cue initialisation;
+#X obj 10 182 cue test1;
+#X obj 10 125 cue debut;
+#X obj 10 144 cue foo 1000;
+#X text 242 33 organize whatever in diferent step;
+#X text 243 95 cue parametters :;
+#X text 261 113 1 : name of the cue;
+#X text 261 129 2 : autogo;
+#X text 258 146 if not zero \, time before jumpimg to next go;
+#X connect 0 0 2 0;
+#X connect 1 0 3 0;
+#X connect 2 0 4 0;
+#X connect 4 0 5 0;
+#X connect 5 0 1 0;