From abab98e79999d4cb1fc9bad5ce5dff36a5ef9412 Mon Sep 17 00:00:00 2001 From: "Kjetil S. Matheussen" Date: Fri, 16 Jan 2004 15:07:14 +0000 Subject: An inlet can receive anything by using any as type svn path=/trunk/externals/k_guile/; revision=1268 --- any.scm | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 any.scm (limited to 'any.scm') 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"))) -- cgit v1.2.1