aboutsummaryrefslogtreecommitdiff
path: root/external/Counter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'external/Counter.cs')
-rwxr-xr-xexternal/Counter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/Counter.cs b/external/Counter.cs
index c634f83..da2b814 100755
--- a/external/Counter.cs
+++ b/external/Counter.cs
@@ -8,7 +8,7 @@ public class Counter:
{
public Counter(PureData.AtomList args)
{
- Post("Count.ctor");
+ Post("Count.ctor "+args.ToString());
// pd.AddInlet(x, "init", ParametersType.Float);
// pd.AddOutlet(x, ParametersType.Float);