aboutsummaryrefslogtreecommitdiff
path: root/unittests/vvminus-unittest.pd
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/vvminus-unittest.pd')
-rw-r--r--unittests/vvminus-unittest.pd22
1 files changed, 22 insertions, 0 deletions
diff --git a/unittests/vvminus-unittest.pd b/unittests/vvminus-unittest.pd
new file mode 100644
index 0000000..eb6d7b3
--- /dev/null
+++ b/unittests/vvminus-unittest.pd
@@ -0,0 +1,22 @@
+#N canvas 195 119 718 503 10;
+#X obj 32 186 unit-test-frame;
+#X obj 428 72 loadbang;
+#X obj 32 119 loadbang;
+#X obj 353 132 smlib/vvminus;
+#X msg 32 151 vvminus 0;
+#X obj 353 66 t f f;
+#X obj 353 95 pack;
+#X obj 353 25 / 256;
+#X msg 428 103 1 -0.2;
+#X text 37 39 vv- substracts two lists of floats;
+#X text 37 55 or a float from a list of floats;
+#X connect 0 2 7 0;
+#X connect 1 0 8 0;
+#X connect 2 0 4 0;
+#X connect 3 0 0 1;
+#X connect 4 0 0 0;
+#X connect 5 0 6 0;
+#X connect 5 1 6 1;
+#X connect 6 0 3 0;
+#X connect 7 0 5 0;
+#X connect 8 0 3 1;