atom feed14 messages in at.iem.pd-listRe: [PD] data-struct: (x:y) & move ob...
FromSent OnAttachments
João PaisFeb 8, 2009 4:42 am 
Frank BarknechtFeb 8, 2009 6:55 am 
João PaisFeb 16, 2009 3:34 pm 
Jonathan WilkesFeb 16, 2009 7:06 pm 
Frank BarknechtFeb 16, 2009 11:11 pm 
João PaisFeb 17, 2009 5:21 am.pd, .pd, .pd
João PaisFeb 17, 2009 5:24 am 
João PaisFeb 17, 2009 5:48 am 
dmotdFeb 17, 2009 7:22 am 
Loic KessousFeb 17, 2009 7:40 am 
IOhannes m zmoelnigFeb 17, 2009 8:54 am 
Jonathan WilkesFeb 17, 2009 1:35 pm 
João PaisFeb 17, 2009 5:03 pm 
Jonathan WilkesFeb 18, 2009 2:03 am 
Subject:Re: [PD] data-struct: (x:y) & move object
From:dmotd (dmo@gmx.net)
Date:Feb 17, 2009 7:22:14 am
List:at.iem.pd-list

On Tuesday 17 February 2009 23:48:54 João Pais wrote:

that reminds me of another thing: is it possible that someone who can't read code could understand which features were implemented in the data-s just by looking at the code? at least enough to get a hint and try it in pd? where is the data-s code?

in general anything that can be messaged with a symbol from a pd canvas to a pd internal (and visa versa) is allocated with the 'gensym' function.

and code relevant to data-structures can be found here: g_array.c (for rendering of tables as well as DS scalars) g_scalar.c g_template.c g_traversal.c

these are just my notes..

as far as i know, miller is the only developer working on DS code, i would love to be corrected however.. if anyone else can provide a developer reference for data-structures i would be much in debt..

ciao,