diff options
author | Frank Barknecht <fbar@users.sourceforge.net> | 2004-04-23 16:22:42 +0000 |
---|---|---|
committer | Frank Barknecht <fbar@users.sourceforge.net> | 2004-04-23 16:22:42 +0000 |
commit | 35994ca3a4ef6a136a16cac63b4f68540d0434e1 (patch) | |
tree | e7eb586c20c9f678abed90c474529e2a21c6e8a8 /memento/tutorial/3-tut.pd |
This commit was generated by cvs2svn to compensate for changes in r1630,svn2git-root
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/abstractions/rradical/; revision=1631
Diffstat (limited to 'memento/tutorial/3-tut.pd')
-rw-r--r-- | memento/tutorial/3-tut.pd | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/memento/tutorial/3-tut.pd b/memento/tutorial/3-tut.pd new file mode 100644 index 0000000..083708a --- /dev/null +++ b/memento/tutorial/3-tut.pd @@ -0,0 +1,30 @@ +#N canvas 322 395 781 403 10; +#X obj 10 7 cnv 15 100 20 empty empty Originator_Methods 20 12 1 14 +-262144 -66577 0; +#X obj 378 34 s part; +#X text 406 8 click here \, to go on; +#X obj 30 301 originator aState \$0; +#X msg 77 179 set; +#X msg 74 214 copy; +#X msg 72 233 paste; +#X msg 74 270 create AnotherState; +#X msg 77 132 substate \$1; +#X obj 77 110 hradio 15 0 0 8 empty empty empty 0 -6 0 8 -262144 -1 +-1 0; +#X text 219 108 Select a substate. Substates are subdirectories \, +that contain a set of state variables.; +#X text 217 173 Set the managed objects to the values of the substate +currently selected. Objects are managed with 'commun'. See later; +#X text 215 218 Copy and paste a complete substate.; +#X text 219 266 Create a totally new state. Overwrites the object argument. +Instead of a state called 'aState' now everything is inside a state +'AnotherState'.; +#X text 42 64 Originator accepts various methods:; +#X msg 378 10 4; +#X connect 4 0 3 0; +#X connect 5 0 3 0; +#X connect 6 0 3 0; +#X connect 7 0 3 0; +#X connect 8 0 3 0; +#X connect 9 0 8 0; +#X connect 15 0 1 0; |