diff options
author | Luke Iannini <lukeiannini@users.sourceforge.net> | 2008-02-08 09:51:34 +0000 |
---|---|---|
committer | Luke Iannini <lukeiannini@users.sourceforge.net> | 2008-02-08 09:51:34 +0000 |
commit | 6f03ce6f2bee8102babead9adc06b3551acac85c (patch) | |
tree | dd46d2e055eda6b10a3753c9cf63425a1f285f77 /core/untilb-help.pd |
initial import from my personal svnsvn2git-root
svn path=/trunk/abstractions/senderfruit/; revision=9380
Diffstat (limited to 'core/untilb-help.pd')
-rw-r--r-- | core/untilb-help.pd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/core/untilb-help.pd b/core/untilb-help.pd new file mode 100644 index 0000000..959995f --- /dev/null +++ b/core/untilb-help.pd @@ -0,0 +1,13 @@ +#N canvas 267 484 347 246 10; +#X obj 18 113 untilb; +#X msg 18 51 10; +#X obj 51 172 print DONE?; +#X msg 51 143 Done.; +#X text 48 88 Right inlet is the same as regular until; +#X obj 18 204 print BangingAlong; +#X text 11 6 untilb - A version of until that outputs a bang upon completion +; +#X connect 0 0 5 0; +#X connect 0 1 3 0; +#X connect 1 0 0 0; +#X connect 3 0 2 0; |