[PD] Pd-extended can't see $0-arrays ???

Mathieu Bouchard matju at artengine.ca
Sat Feb 18 19:20:11 CET 2012


Le 2012-02-13 à 20:07:00, Jonathan Wilkes a écrit :

> Do gpointers only point to scalars?  Because if you _could_ get a 
> pointer to an array-- perhaps using my canvas 'get' method patch-- you 
> could just make all arrays canvas local and forget all this $0- 
> business:

AFAIK :

Pointers point either to scalars or to array elements. You can't point to 
a whole array in a way distinct from pointing to an element of it. 
Therefore, a pointer to the first element (0) of an array is the best 
equivalent of what would be a pointer to an array (like it is in C 
language).

  ______________________________________________________________________
| Mathieu BOUCHARD ----- téléphone : +1.514.383.3801 ----- Montréal, QC


More information about the Pd-list mailing list