Colet Patrice
----- Mail original -----
De: "Jonathan Wilkes" jancsika@yahoo.com À: "Patrice Colet" colet.patrice@free.fr Cc: "PD List" pd-list@iem.at Envoyé: Samedi 25 Mai 2013 16:52:43 Objet: Re: [PD] first exercise with data structures
hello,
One template for setting an operator with a waveform and adsr, and another template using those operators as array elements, displayed for interfacing fm synthesis, I didn't leave any comment but it should show how datastructure are useful with the -v flag, and how it's not easy to copy scalars from a template to array elements.
From: Patrice Colet colet.patrice@free.fr To: Jonathan Wilkes jancsika@yahoo.com Cc: PD List pd-list@iem.at Sent: Saturday, May 25, 2013 5:18 AM Subject: Re: [PD] first exercise with data structures
I wouldn't recommend spending too much time learning data structures. They are _extremely_ limited with the current implementation.
too late, datastructure is really awsome for managing settings, the -v flag makes possible the coding of panels that is containing a lot of data...
do you have a demo patch?