aboutsummaryrefslogtreecommitdiff
path: root/examples/scalarmult.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-03-22 20:58:25 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-03-22 20:58:25 +0000
commit2b60d55c919e7588f5aff15936e83c300b3660bb (patch)
tree14d860de7f28083d3756ad91b627de70f26788f6 /examples/scalarmult.pd
parentc500bc542cb7cc78d6dac3f7da3bff626056b1aa (diff)
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
Diffstat (limited to 'examples/scalarmult.pd')
-rw-r--r--examples/scalarmult.pd11
1 files changed, 6 insertions, 5 deletions
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;