From 1cb91c3d1bc1c7ccfff25240480c21b3aaaf4b6a Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sat, 7 Jan 2006 07:19:27 +0000 Subject: pureunity 0.0 svn path=/trunk/abstractions/pureunity/; revision=4369 --- Makefile | 4 ++-- README | 7 ++++++- main.pd | 60 ++++++++++++++++++++++++++++++------------------------------ 3 files changed, 38 insertions(+), 33 deletions(-) diff --git a/Makefile b/Makefile index 85d4f3d..e9d9683 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -PD = /home/matju/pd_0_38_4/bin/pd -noaudio +#PD = /home/matju/pd_0_38_4/bin/pd +PD = /home/matju/pd_devel_0_39_und/bin/pd #PD = pd PDFLAGS = -lib pureunity -noaudio -path generics -path specifics # PDFLAGS += -lib gridflow @@ -8,7 +9,6 @@ test:: built $(PD) $(PDFLAGS) main.pd built: Makefile pureunity.pd_linux - # for z in associator commutator distributor invertor; do sed s/inlet/inlet~/ < generics/$$z.pd > generics/$$z~.pd; done echo > built generic/%~.pd: generic/%.pd diff --git a/README b/README index 37c7639..3f50320 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -$Id: README,v 1.8 2006-01-06 20:19:28 matju Exp $ +$Id: README,v 1.9 2006-01-07 07:19:27 matju Exp $ PureUnity @@ -31,6 +31,11 @@ GOALS common features so that many objects share the same test patch for the features that they have in common. ++-+-+--+---+-----+--------+-------------+---------------------+ +REQUIREMENTS + + 1. Pd 0.39 (PureMSP or Devel) + +-+-+--+---+-----+--------+-------------+---------------------+ TEST PROTOCOL diff --git a/main.pd b/main.pd index c4bf047..fe34a76 100644 --- a/main.pd +++ b/main.pd @@ -1,5 +1,4 @@ #N canvas 841 0 408 486 10; -#X obj 63 169 arith-test f; #X obj 19 65 loadbang; #X obj 28 87 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; @@ -42,7 +41,6 @@ #X text 24 437 This does not count errors not reported by the tests ; #X text 25 464 Consult the console for more information; -#X obj 41 188 comparators-test f; #X obj 4 6 cnv 15 400 40 empty empty PureUnity 8 20 1 18 -34345 -68160 0; #X text 130 7 TM; @@ -58,32 +56,34 @@ #X obj 284 168 print; #X symbolatom 284 133 10 0 0 0 - - -; #X msg 284 114 symbol field; -#X connect 0 0 9 0; -#X connect 1 0 5 0; -#X connect 2 0 5 0; -#X connect 5 0 11 0; -#X connect 5 1 29 0; -#X connect 5 2 7 0; -#X connect 6 0 10 0; -#X connect 6 0 11 1; -#X connect 7 0 6 1; -#X connect 8 0 12 0; -#X connect 9 0 3 0; -#X connect 9 1 8 0; -#X connect 10 0 6 1; -#X connect 11 0 13 0; -#X connect 11 0 14 0; -#X connect 12 0 6 0; -#X connect 14 0 17 0; -#X connect 14 1 18 0; +#X obj 63 169 arith-test f; +#X obj 41 188 comparators-test f; +#X connect 0 0 4 0; +#X connect 1 0 4 0; +#X connect 4 0 10 0; +#X connect 4 1 27 0; +#X connect 4 2 6 0; +#X connect 5 0 9 0; +#X connect 5 0 10 1; +#X connect 6 0 5 1; +#X connect 7 0 11 0; +#X connect 8 0 2 0; +#X connect 8 1 7 0; +#X connect 9 0 5 1; +#X connect 10 0 12 0; +#X connect 10 0 13 0; +#X connect 11 0 5 0; +#X connect 13 0 16 0; +#X connect 13 1 17 0; +#X connect 15 0 14 0; #X connect 16 0 15 0; -#X connect 17 0 16 0; -#X connect 18 0 16 0; -#X connect 21 0 9 0; -#X connect 28 0 9 0; -#X connect 29 0 21 0; -#X connect 29 1 0 0; -#X connect 29 2 28 0; -#X connect 31 0 32 0; -#X connect 33 0 31 0; -#X connect 34 0 33 0; +#X connect 17 0 15 0; +#X connect 26 0 8 0; +#X connect 27 0 34 0; +#X connect 27 1 33 0; +#X connect 27 2 26 0; +#X connect 29 0 30 0; +#X connect 31 0 29 0; +#X connect 32 0 31 0; +#X connect 33 0 8 0; +#X connect 34 0 8 0; -- cgit v1.2.1