Tim Blechmann wrote: ...
clip_perform() in the API? why?
clipping an audio signal is not only useful for the clip~ object, but signals should also be clipped before sent to the audio driver .
this is an internal business of the pd/asio driver, not an api thing
well, clip_perform() isn't really a good name, better would be clip_vec() or clip_vec_scalar() ...
i would prefer all api calls properly prefixed, making it all cleaner and safer
i decided to export all functions, that are coded in simd, to give external developers the possibility to use pd's simd functions ...
to me it is still not clear why an external would want to add clip_perform() to the dsp chain...
Krzysztof