aboutsummaryrefslogtreecommitdiff
path: root/src/java/pdj_test_class.java
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-03-22 02:28:22 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-03-22 02:28:22 +0000
commit0f770551cebca90c92b7a39b0e0135a445af51f9 (patch)
treec1fc0b535133c7d292808c8cee22817e5cdec0e3 /src/java/pdj_test_class.java
parenta764e59e1d3a8e330f0d484fdb26b35ca3f0b2e4 (diff)
merging in pdj-0.8.4.tar.gz from http://www.le-son666.com/software/pdj/
svn path=/trunk/externals/loaders/pdj/; revision=9624
Diffstat (limited to 'src/java/pdj_test_class.java')
-rw-r--r--src/java/pdj_test_class.java3
1 files changed, 2 insertions, 1 deletions
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) {