diff options
author | Luke Iannini <lukeiannini@users.sourceforge.net> | 2008-10-26 08:22:12 +0000 |
---|---|---|
committer | Luke Iannini <lukeiannini@users.sourceforge.net> | 2008-10-26 08:22:12 +0000 |
commit | 204cb1b74aeec62614a3de516ab67779618e9a36 (patch) | |
tree | b1d404adb3d313e3ed6a8410fbcf6b9f79faf83f /core/list-value-help.pd | |
parent | 2ded32118bbf25d3bdaa95acded1fffe22be2329 (diff) |
continued reorg
svn path=/trunk/abstractions/sfruit/; revision=10349
Diffstat (limited to 'core/list-value-help.pd')
-rw-r--r-- | core/list-value-help.pd | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/core/list-value-help.pd b/core/list-value-help.pd deleted file mode 100644 index f412497..0000000 --- a/core/list-value-help.pd +++ /dev/null @@ -1,25 +0,0 @@ -#N canvas 439 39 591 371 10; -#X declare -lib list-abs; -#X msg 111 152 a b c; -#X obj 263 156 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 --1 -1; -#X obj 263 199 list-value cheese; -#X obj 111 200 list-value cheese; -#X obj 439 23 import list-abs; -#X obj 263 272 prepent set; -#X msg 159 152 e f g; -#X text 17 22 [list-value] - [v]/[value] for lists \, or anything else. -; -#X text 16 48 Works just like [v] - including updating newly instantiated -[list-value]s with the right data.; -#X text 397 332 2008 Luke Iannini; -#X msg 263 305; -#X text 18 83 Accepts a [clear( message to clear all [list-value] objects -of the same name; -#X msg 205 152 clear; -#X connect 0 0 3 0; -#X connect 1 0 2 0; -#X connect 2 0 5 0; -#X connect 5 0 10 0; -#X connect 6 0 3 0; -#X connect 12 0 3 0; |