Learning to program MSP external / dsp process on single sample instead of vector

.quasar's icon

I just recently made the jump to programming MSP externals (with Windows and Visual Code). I'm trying to understand how to specify in the perform routine that the dsp process is applied at a single sample level instead of the vector (for single sample feedback for example).

Is there any example where I could find this ? Maybe in one of the max sdk package source codes ?

Thanks a lot!!

.quasar's icon

Great, thanks a lot for your reply! There's a lot to read in the documentation so I really needed a bit of direction here

It does make sense, I get the general idea with the increment of 1 in your examples