From 6b7aca1ebe4c81f4f5c844d2aa392db2336e5847 Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Fri, 8 May 2009 18:46:27 +0000 Subject: 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 --- linear_cue_system/cue_between-help.pd | 51 +++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 linear_cue_system/cue_between-help.pd (limited to 'linear_cue_system/cue_between-help.pd') diff --git a/linear_cue_system/cue_between-help.pd b/linear_cue_system/cue_between-help.pd new file mode 100644 index 0000000..f31dc02 --- /dev/null +++ b/linear_cue_system/cue_between-help.pd @@ -0,0 +1,51 @@ +#N canvas 319 47 771 471 10; +#X obj 10 22 cue_init cue1; +#X obj 10 233 cue test1a 2000; +#X obj 10 176 cue initialisation; +#X obj 10 252 cue test1; +#X obj 10 271 cue test2; +#X obj 10 195 cue debut; +#X obj 10 214 cue foo 1000; +#X obj 245 294 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 +1; +#X floatatom 488 295 5 0 0 0 - - -; +#X obj 245 275 cue_between 1000 1000; +#X text 252 135 parametters :; +#X text 252 25 cue between allow to control anything located between +2 diferent cue; +#X text 253 61 inlet 1 : last cue; +#X text 253 77 inlet 2 : 1st cue; +#X text 252 96 outlet 1 : 0/1 if cue is between the 1st and last cue +; +#X text 252 115 outlet 2 : 0..1 : same as outlet 1 \, but with an envelope +; +#X text 281 151 fade in (ms); +#X text 281 167 fade out (ms); +#X obj 10 290 cue test3; +#X obj 247 365 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 +1; +#X floatatom 490 366 5 0 0 0 - - -; +#X obj 10 309 cue test4; +#X obj 10 328 cue test5; +#X obj 247 346 cue_between 100 100 4000 2000; +#X text 280 183 delay before fade in; +#X text 279 199 delay before fade out; +#X text 250 220 you can force a on/off state \, and jump to the end +of the fade; +#X connect 0 0 2 0; +#X connect 1 0 3 0; +#X connect 2 0 5 0; +#X connect 3 0 4 0; +#X connect 3 1 9 0; +#X connect 4 0 18 0; +#X connect 5 0 6 0; +#X connect 5 1 9 1; +#X connect 6 0 1 0; +#X connect 9 0 7 0; +#X connect 9 1 8 0; +#X connect 18 0 21 0; +#X connect 18 1 23 1; +#X connect 21 0 22 0; +#X connect 21 1 23 0; +#X connect 23 0 19 0; +#X connect 23 1 20 0; -- cgit v1.2.1