diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2010-11-11 12:45:47 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2010-11-11 12:45:47 +0000 |
commit | 54907279674d943141b30047aee4286eae6dc44f (patch) | |
tree | 85a84048c545ee4b970f9e37e1d6c40a000f0e36 /linear_cue_system/cue-help.pd | |
parent | 1ca69543008e110771786f674ca83ee2dd5453b4 (diff) |
removing stuff that are now in externals
svn path=/trunk/abstractions/nusmuk/; revision=14402
Diffstat (limited to 'linear_cue_system/cue-help.pd')
-rw-r--r-- | linear_cue_system/cue-help.pd | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/linear_cue_system/cue-help.pd b/linear_cue_system/cue-help.pd deleted file mode 100644 index 08c467d..0000000 --- a/linear_cue_system/cue-help.pd +++ /dev/null @@ -1,17 +0,0 @@ -#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; |