>as a completely different issue, is there a way to indicate if a 
>non-audio port is an array (instead of a single value), 

not possible.

this is "ladSpa": Linux Audio Development SIMPLE Plugin Architecture

                                                         and is there a 
>clean way to define the size of this control data array that is not the 
>same size as SampleCount? Also, what happens if the audio input port and 
>audio output port are different sizes, say in the case of a 
>time-stretching plugin?

not possible. that never happens in *any* plugin API that i'm aware
of. the plugin's duty is to work on/with nframes of data and that
includes generating that many at its output ports. it can never
generate more or less, whether its doing time-stretching or not.

--p

Reply via email to