aboutsummaryrefslogtreecommitdiff
path: root/any.scm
diff options
context:
space:
mode:
Diffstat (limited to 'any.scm')
-rw-r--r--any.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/any.scm b/any.scm
new file mode 100644
index 0000000..bf26191
--- /dev/null
+++ b/any.scm
@@ -0,0 +1,5 @@
+
+
+(pd-inlet 0 'any
+ (lambda x
+ (pd-display "Got " x " to inlet 0")))