aboutsummaryrefslogtreecommitdiff
path: root/external/External.cs
diff options
context:
space:
mode:
Diffstat (limited to 'external/External.cs')
-rwxr-xr-xexternal/External.cs16
1 files changed, 8 insertions, 8 deletions
diff --git a/external/External.cs b/external/External.cs
index f09487d..215461c 100755
--- a/external/External.cs
+++ b/external/External.cs
@@ -41,7 +41,6 @@ namespace PureData
-
public void Sel1()
{
pd.PostMessage("Sel1 invoked!");
@@ -92,11 +91,14 @@ namespace PureData
public void SelGenericList(Atom a)
{
- Console.WriteLine("a is type " + a.type);
- Console.WriteLine("float = " + a.float_value);
- Console.WriteLine("stringa = " + a.string_value);
+
+ Console.WriteLine("a is type " + a.type);
+ Console.WriteLine("float = " + a.float_value);
+ Console.WriteLine("stringa = " + a.string_value);
+
}
+
/*
public void SelGenericList(Atom [] list)
{
@@ -110,11 +112,9 @@ namespace PureData
pd.PostMessage("a is type " + a.type);
pd.PostMessage("float = " + a.float_value);
pd.PostMessage("stringa = " + a.string_value);
-
- }
-
+ }
}
-*/
+*/
public int test(int a)
{