From de7545479f6c2fd48761a466ef5ca3b806ca00fe Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 18 Jun 2008 17:15:18 +0000 Subject: fixed library loading issues so that these patches should be more tolerant of the users's setup svn path=/trunk/; revision=10029 --- doc/tutorials/intro/38.math.pd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/tutorials/intro/38.math.pd') 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; -- cgit v1.2.1