From 0f770551cebca90c92b7a39b0e0135a445af51f9 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 22 Mar 2008 02:28:22 +0000 Subject: merging in pdj-0.8.4.tar.gz from http://www.le-son666.com/software/pdj/ svn path=/trunk/externals/loaders/pdj/; revision=9624 --- src/java/pdj_test_class.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/java/pdj_test_class.java') diff --git a/src/java/pdj_test_class.java b/src/java/pdj_test_class.java index ff6f756..61cf804 100644 --- a/src/java/pdj_test_class.java +++ b/src/java/pdj_test_class.java @@ -9,6 +9,7 @@ public class pdj_test_class extends MaxObject implements Executable { clock = new MaxClock(this); declareAttribute("patate"); + declareIO(2,2); } public pdj_test_class(Atom args[]) { @@ -49,7 +50,7 @@ public class pdj_test_class extends MaxObject implements Executable { } protected void inlet(float f) { - post("le float " + f); + post("le float " + f + "inlet " + getInlet()); } void wer(Atom[] atom) { -- cgit v1.2.1