diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2010-11-11 12:49:55 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2010-11-11 12:49:55 +0000 |
commit | 0d113b4fbbeb85571d95ffa38bf392de6781b5f5 (patch) | |
tree | 77351d93b4b1523d0c060275385134d03cd75f8d /linear-cue-system/cue-help.pd | |
parent | baa89f6b1f3e246a827c8c8cfff5b59ee9b817e6 (diff) |
moving _ to - to ba compatible to debian policy
svn path=/trunk/externals/nusmuk/; revision=14404
Diffstat (limited to 'linear-cue-system/cue-help.pd')
-rw-r--r-- | linear-cue-system/cue-help.pd | 17 |
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; |