From 5d63b1b2a6968f9c0146e1946b72ca6073370fbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sun, 19 Jul 2009 15:56:13 +0000 Subject: updated to 0.8.5 svn path=/trunk/externals/loaders/pdj/; revision=11874 --- src/java/pdj_test_class.java | 5 +++++ 1 file changed, 5 insertions(+) (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 61cf804..949e2e9 100644 --- a/src/java/pdj_test_class.java +++ b/src/java/pdj_test_class.java @@ -51,6 +51,11 @@ public class pdj_test_class extends MaxObject implements Executable { protected void inlet(float f) { post("le float " + f + "inlet " + getInlet()); + + Atom args[] = new Atom[2]; + args[0] = Atom.newAtom(1); + + outlet(0, args); } void wer(Atom[] atom) { -- cgit v1.2.1