diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.cs b/test/test.cs index 0171275..beac897 100644 --- a/test/test.cs +++ b/test/test.cs @@ -95,6 +95,7 @@ public class test: protected virtual void MyObject(int ix,object obj) { Post("OBJECT "+obj.ToString()); + OutletEx(0,obj); } protected virtual void MyAnything(int ix,PureData.Symbol s,PureData.AtomList l) |