From 7aa2fe31bf8baa6506e4c792229834b67ebd2207 Mon Sep 17 00:00:00 2001 From: Davide Morelli Date: Thu, 12 Jan 2006 17:09:45 +0000 Subject: working on lists of atoms svn path=/trunk/externals/clr/; revision=4392 --- external/External.cs | 20 ++++++++++++++++++-- external/pd.cs | 30 ++++++++++++++++++++++++++---- 2 files changed, 44 insertions(+), 6 deletions(-) (limited to 'external') diff --git a/external/External.cs b/external/External.cs index bc3d361..f09487d 100755 --- a/external/External.cs +++ b/external/External.cs @@ -89,16 +89,32 @@ 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); + } + +/* public void SelGenericList(Atom [] list) { pd.PostMessage("SetStringList received a " + list.Length + " long list"); for (int i = 0; i