From c3764252f3c566cdd0f325eac2401378ab92775f Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Sat, 14 Feb 2009 20:34:47 +0000 Subject: + added hello/ : demonstrate use of autotools utilities for Pd externals svn path=/trunk/externals/moocow/; revision=10768 --- hello/heynow.pd | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hello/heynow.pd (limited to 'hello/heynow.pd') diff --git a/hello/heynow.pd b/hello/heynow.pd new file mode 100644 index 0000000..5baaf3b --- /dev/null +++ b/hello/heynow.pd @@ -0,0 +1,4 @@ +#N canvas 0 0 450 300 10; +#X obj 100 26 inlet; +#X obj 100 52 print heynow; +#X connect 0 0 1 0; -- cgit v1.2.1