aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/38.math.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-06-18 17:15:18 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-06-18 17:15:18 +0000
commitde7545479f6c2fd48761a466ef5ca3b806ca00fe (patch)
tree5ddea2ab3aee9ed753e36929235dc19b7ad1db38 /doc/tutorials/intro/38.math.pd
parentd82bd396b6f8fd93e14ef2aa497b17a00cf5ce64 (diff)
fixed library loading issues so that these patches should be more tolerant of the users's setup
svn path=/trunk/; revision=10029
Diffstat (limited to 'doc/tutorials/intro/38.math.pd')
-rw-r--r--doc/tutorials/intro/38.math.pd4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/tutorials/intro/38.math.pd b/doc/tutorials/intro/38.math.pd
index 6ccae57e..b7ee11b6 100644
--- a/doc/tutorials/intro/38.math.pd
+++ b/doc/tutorials/intro/38.math.pd
@@ -1,4 +1,6 @@
#N canvas 10 40 620 460 10;
+#X declare -lib hexloader -lib maxlib -lib zexy -lib iemlib -lib iemmatrix
+-lib markex;
#X obj 637 350 +~;
#X obj 641 499 trigger;
#X text 25 8 ARITHMETIC;
@@ -215,7 +217,7 @@ a number with every number or "bang" that is sent to the left inlet.
#X obj 201 67 >~;
#X obj 228 25 &&~;
#X obj 228 46 ||~;
-#X obj 228 67 matrix~;
+#X obj 228 67 mtx_*~;
#X obj 280 25 mavg;
#X obj 280 46 mean;
#X obj 280 68 divide;