aboutsummaryrefslogtreecommitdiff
path: root/unittests/linspace-unittest.pd
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/linspace-unittest.pd')
-rw-r--r--unittests/linspace-unittest.pd15
1 files changed, 15 insertions, 0 deletions
diff --git a/unittests/linspace-unittest.pd b/unittests/linspace-unittest.pd
new file mode 100644
index 0000000..282faa8
--- /dev/null
+++ b/unittests/linspace-unittest.pd
@@ -0,0 +1,15 @@
+#N canvas 235 59 721 476 10;
+#X obj 49 128 unit-test-frame;
+#X obj 49 58 loadbang;
+#X msg 49 90 linspace 0;
+#X obj 370 51 t b b b b;
+#X text 47 -9 generates a vector with linear spaced floats;
+#X obj 370 89 smlib/linspace 0 1 128;
+#X connect 0 3 3 0;
+#X connect 1 0 2 0;
+#X connect 2 0 0 0;
+#X connect 3 0 5 0;
+#X connect 3 1 5 0;
+#X connect 3 2 5 0;
+#X connect 3 3 5 0;
+#X connect 5 0 0 1;