diff options
Diffstat (limited to 'external')
-rwxr-xr-x | external/Counter.cs | 2 |
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); |