6.0.4 SDK, short *count, and flags meaning dsp64 init method

Chris's icon

What is the exact definition of short *count and flags in the dsp64 initialisation method?
dsp64(t_msp *x, t_object *dsp64, short *count, double samplerate, long maxvectorsize, long flags)

If we declared 3 signal inlet, 2 signal outlets, count is an array of 5 elements ? indicating count of signal plugged on each inlet/outlet?

What is flags?

Don't find anything in the SDK doc

Timothy Place's icon

Yes, count will be an array of true/false values, in this case of 5 elements.

Flags is currently unused and can be ignored.