From 2b60d55c919e7588f5aff15936e83c300b3660bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 22 Mar 2005 20:58:25 +0000 Subject: zexy-2.0: - use of abstractions for objects that allow it - some objects are build both as externals and abstractions (as slower fallbacks) - code-layout is now 1:1 c-file<->object (this should allow for building of zexy as a collection of externals instead as a big library) - matrix-objects have moved to iemmatrix !! svn path=/trunk/externals/zexy/; revision=2641 --- examples/scalarmult.pd | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'examples/scalarmult.pd') diff --git a/examples/scalarmult.pd b/examples/scalarmult.pd index 1b988ef..1b54456 100644 --- a/examples/scalarmult.pd +++ b/examples/scalarmult.pd @@ -1,4 +1,4 @@ -#N canvas 193 440 857 589 10; +#N canvas 296 375 857 589 10; #X obj 83 45 .; #X text 130 46 scalar multilicaton ("dot"); #X msg 71 156 1 2 3; @@ -14,9 +14,9 @@ #X msg 481 160 1 2 3; #X obj 481 245 print; #X obj 375 218 . 0; -#X floatatom 409 193 4 0 0; +#X floatatom 409 193 4 0 0 0 - - -; #X obj 481 219 . 7; -#X floatatom 514 194 4 0 0; +#X floatatom 514 194 4 0 0 0 - - -; #X obj 62 456 .; #X msg 62 377 1 2 3; #X msg 178 378 1 2 3; @@ -35,14 +35,15 @@ #X text 420 334 tricky:; #X obj 431 453 print; #X msg 447 403 1 2 3; -#X floatatom 431 377 4 0 0; +#X floatatom 431 377 4 0 0 0 - - -; #X obj 431 430 .; #X obj 536 460 print; #X msg 536 414 1 2 3; #X obj 536 437 .; #X obj 536 392 t b l; -#X floatatom 536 368 4 0 0; +#X floatatom 536 368 4 0 0 0 - - -; #X text 582 393 note that we "cast" the float to list; +#X text 589 51 part of zexy; #X connect 2 0 9 0; #X connect 3 0 9 1; #X connect 5 0 8 0; -- cgit v1.2.1