#N canvas 270 263 1590 420 10; #X obj 712 83 abstraction 10 20; #X obj 972 86 abstraction 2 0.125; #X obj 1245 82 abstraction 154 25; #X text 227 90 Grey are the values of parameters passed to the abstraction \$0 is a unique id \, \$1 \$2 etc. are arguments given on the creation of the object (next to the name of the object); #X text 233 261 Green messages are prefixed with the string "\$0-" \, \$0 is replaced by a unique id on object creation \, this is usefull to send and receive messages in the scope of one object.; #X text 230 165 Orange are global messages \, they are sent and received everywhere in the scope pure-data. It can be usefull to update a value in multiple abstractions (but beware it can be dangerous); #X text 714 12 Grey are the values of parameters passed to the abstraction \$0 is a unique id \, \$1 \$2 etc. are arguments given on the creation of the object (next to the name of the object);