still no clearer i'm afraid .. pack seems to deal with a number of seperate inlets whereas i have only one (from table/array with 64 values) ... i can get at individual values using tabread but there's still no way i can find to pack these individual values into a list ... any help much appreciated mar
On Tue, 23 Jul 2002, Mark Khemma wrote:
look at pack/unpack objects. they put things into and take things out of lists. i think this is what you might be looking for. i'm not too sure, but look at the help files for those objects. There is also the latest beta expr object that will output specific values from an array like the way C programming arrays work (i.e. a[2]) HTH -mark .k
On Tue, 23 Jul 2002, artificial wrote:
i'm working with the ann external (bizarre project hand scanner data netsend-ing to pd) and as i'm quite new to pd have spent a lot of time without results searching for a way to convert the netrecieved array (or any array) to a list which the extern requires as input. hmm. any ideas/solution much appreciated
ciao mar