diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-03-28 03:12:21 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-03-28 03:12:21 +0000 |
commit | d20a158983a842f3b28897f81ad4de7eb4aca902 (patch) | |
tree | 52e4916b5d2b21d0934183c27d8ca8269538121b /doc/tutorials | |
parent | ae670d422d0746195c128495b794e223c9825331 (diff) |
added small instruction
svn path=/trunk/; revision=4788
Diffstat (limited to 'doc/tutorials')
-rw-r--r-- | doc/tutorials/intro/0.hello_world.pd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tutorials/intro/0.hello_world.pd b/doc/tutorials/intro/0.hello_world.pd index 1fffc96c..e1ff0833 100644 --- a/doc/tutorials/intro/0.hello_world.pd +++ b/doc/tutorials/intro/0.hello_world.pd @@ -9,4 +9,5 @@ together. The boxes have "inlets" and "outlets" \, where they are connected. #X text 144 178 outlet-->; #X obj 234 265 print; #X text 289 266 <-- object box; +#X text 89 357 Now look in the Pd window to see the result.; #X connect 0 0 6 0; |