diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-03-28 04:20:06 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-03-28 04:20:06 +0000 |
commit | f8f4702b3e175050528e35a43c372abd7a619992 (patch) | |
tree | 94782dda292651afbf62e0ed8e6ad35707472492 /doc/tutorials/intro | |
parent | cbe77ac30426bb76d51606f0d6cb01c953125c1c (diff) |
quick sketch of the basic elements
svn path=/trunk/; revision=4790
Diffstat (limited to 'doc/tutorials/intro')
-rw-r--r-- | doc/tutorials/intro/01.basic_elements.pd | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/tutorials/intro/01.basic_elements.pd b/doc/tutorials/intro/01.basic_elements.pd new file mode 100644 index 00000000..0ae968b3 --- /dev/null +++ b/doc/tutorials/intro/01.basic_elements.pd @@ -0,0 +1,16 @@ +#N canvas 356 66 567 403 12; +#X obj 36 141; +#X text 91 141 empty object box; +#X obj 34 91 float; +#X text 96 91 object box; +#X msg 34 187 message; +#X text 119 187 a clickable message box; +#X floatatom 34 236 5 0 0 0 - - -; +#X text 120 233 a number box; +#X symbolatom 34 285 10 0 0 0 - - -; +#X text 152 284 a symbol box; +#X text 33 334 comment; +#X text 148 333 a comment (like the rest of this text); +#X text 54 28 comment; +#X obj 12 13 cnv 15 400 40 empty empty Basic_Elements 20 12 0 24 -228992 +-66577 0; |