aboutsummaryrefslogtreecommitdiff
path: root/unittests/vvplus-unittest.pd
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/vvplus-unittest.pd')
-rw-r--r--unittests/vvplus-unittest.pd24
1 files changed, 24 insertions, 0 deletions
diff --git a/unittests/vvplus-unittest.pd b/unittests/vvplus-unittest.pd
new file mode 100644
index 0000000..f7efcaf
--- /dev/null
+++ b/unittests/vvplus-unittest.pd
@@ -0,0 +1,24 @@
+#N canvas 195 119 718 503 10;
+#X obj 32 186 unit-test-frame;
+#X obj 422 93 loadbang;
+#X obj 32 119 loadbang;
+#X obj 353 87 t f f;
+#X obj 353 116 pack;
+#X text 37 39 vv- substracts two lists of floats;
+#X text 37 55 or a float from a list of floats;
+#X obj 353 153 smlib/vvplus;
+#X msg 32 153 vvplus 0;
+#X msg 422 122 -1.1 0.1;
+#X obj 353 35 & 127;
+#X obj 353 62 / 128;
+#X connect 0 2 10 0;
+#X connect 1 0 9 0;
+#X connect 2 0 8 0;
+#X connect 3 0 4 0;
+#X connect 3 1 4 1;
+#X connect 4 0 7 0;
+#X connect 7 0 0 1;
+#X connect 8 0 0 0;
+#X connect 9 0 7 1;
+#X connect 10 0 11 0;
+#X connect 11 0 3 0;