[PD] external pointers (*in1) and (*in2)

Miller Puckette mpuckett at man104-1.ucsd.edu
Tue Aug 6 01:42:53 CEST 2002


This must be a DSP object... these work only for 1-dimensional arrays (audio
signals) through a mysterious protocol. 

If you want to have a 2- or n-  dimensional array in your extern, go ahead
and allocate it and use it as you wish... but Pd has no suitable mechanism
for passing them around between objects.

cheers
Miller

On Mon, Aug 05, 2002 at 02:04:26PM -0700, J. Scott Hildebrand wrote:
> 
>          i have a working external, and i have an array inside of it
> that's somehow accessed by *in1 and *in2, but never in the code does it
> say that those pointers are related to those arrays at all. i need to do
> the same thing but with a 3 dimensional array. how do i access that?
> 
>                                scott
> 
> 
> 
> 
> --------------------------------------------------------------------
> 
> 	"640K ought to be enough for anybody." -- Bill Gates, 1981
> 
> --------------------------------------------------------------------
> 



More information about the Pd-list mailing list