diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-05 04:44:08 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-05 04:44:08 +0000 |
commit | 8301dff97b5b10680f6702bfaa186250f258de7d (patch) | |
tree | 79b0e1cc1162f2c182c937c7f00da0b7d08dd63a | |
parent | e477543782c0dbca7a225f1a7e304694d7ea63b4 (diff) |
replace scale with maxlib/range
svn path=/trunk/; revision=15504
-rw-r--r-- | doc/tutorials/intro/math.pd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorials/intro/math.pd b/doc/tutorials/intro/math.pd index d081a70a..e7047c69 100644 --- a/doc/tutorials/intro/math.pd +++ b/doc/tutorials/intro/math.pd @@ -411,7 +411,7 @@ the time \, state 2 10% \, and state 3 20%.; #N canvas 0 0 556 312 changementEchelles 0;
#X text 11 3 But : passer un nombre qui va de 0 a 127 en un nombre
entre 40 et 3000;
-#X obj 171 43 range 0 127 40 3000;
+#X obj 171 43 maxlib/scale 0 127 40 3000;
#X text 13 43 Un objet fait ca :;
#X text 9 92 Mais on peut faire tout aussi bien en utilisant les objets
[expr] qui servent tres bien pour tout calcul.;
|