Hello, basic : the manual about data structures and lists seems out of date ... what would be the straighforward way to deal with (point to) many lists of different lengths (matrices inappropriate) without declaring lengths at first ? (using float arrays in data structures requires prior length declaration , correct ?) Thanks JmAdrien
----- Original Message -----
From: Jma/celeonet jma@jeanmarie-adrien.net To: "Pd-list@iem.at" Pd-list@iem.at Cc: Sent: Friday, December 30, 2011 6:14 AM Subject: [PD] Structures & lists
Hello, basic : the manual about data structures and lists seems out of date ... what would be the straighforward way to deal with (point to) many lists of different lengths (matrices inappropriate) without declaring lengths at first ? (using float arrays in data structures requires prior length declaration , correct ?)
You can use [setsize] to change the length at any time after the containing scalar gets created.
-Jonathan
Thanks JmAdrien _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Great, thanks. JmA
Le 30 déc. 2011 à 16:17, Jonathan Wilkes jancsika@yahoo.com a écrit :
----- Original Message -----
From: Jma/celeonet jma@jeanmarie-adrien.net To: "Pd-list@iem.at" Pd-list@iem.at Cc: Sent: Friday, December 30, 2011 6:14 AM Subject: [PD] Structures & lists
Hello, basic : the manual about data structures and lists seems out of date ... what would be the straighforward way to deal with (point to) many lists of different lengths (matrices inappropriate) without declaring lengths at first ? (using float arrays in data structures requires prior length declaration , correct ?)
You can use [setsize] to change the length at any time after the containing scalar gets created.
-Jonathan
Thanks JmAdrien _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list