aboutsummaryrefslogtreecommitdiff
path: root/round.pd
diff options
context:
space:
mode:
Diffstat (limited to 'round.pd')
-rw-r--r--round.pd6
1 files changed, 6 insertions, 0 deletions
diff --git a/round.pd b/round.pd
new file mode 100644
index 0000000..de53b79
--- /dev/null
+++ b/round.pd
@@ -0,0 +1,6 @@
+#N canvas 46 221 689 376 12;
+#X obj 166 101 inlet;
+#X obj 166 233 outlet;
+#X obj 166 132 expr rint($f1);
+#X connect 0 0 2 0;
+#X connect 2 0 1 0;