diff options
Diffstat (limited to 'doc/tutorials/intro')
-rw-r--r-- | doc/tutorials/intro/39.init_to_0.pd | 2 | ||||
-rw-r--r-- | doc/tutorials/intro/43.EXERCISE-help_americans.pd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorials/intro/39.init_to_0.pd b/doc/tutorials/intro/39.init_to_0.pd index 1d1c4c80..feed14a1 100644 --- a/doc/tutorials/intro/39.init_to_0.pd +++ b/doc/tutorials/intro/39.init_to_0.pd @@ -17,7 +17,7 @@ #X obj 414 241 trigger float; #X text 47 170 Here are a few examples:; #X text 32 78 Objects are automatically initialized to 0 in Pd. If -there is no value specified \, then the value will be 0 This only applies +there is no value specified \, then the value will be 0. This only applies to places where numeric atoms are used.; #X connect 1 0 5 0; #X connect 2 0 6 0; diff --git a/doc/tutorials/intro/43.EXERCISE-help_americans.pd b/doc/tutorials/intro/43.EXERCISE-help_americans.pd index c122bd5d..56b6fb45 100644 --- a/doc/tutorials/intro/43.EXERCISE-help_americans.pd +++ b/doc/tutorials/intro/43.EXERCISE-help_americans.pd @@ -2,5 +2,5 @@ #X obj 11 10 cnv 15 600 40 empty empty EXERCISE-help_americans 20 12 0 24 -262131 -66577 0; #X text 19 64 Help the poor Americans to understand Celsius. The formulas -are C = (5/9) * (F-32) and F = (9/5 * C) + 32 Try not to use [expr] +are C = (5/9) * (F-32) and F = (9/5 * C) + 32. Try not to use [expr] \, but instead use individual Pd objects for each math operation.; |