sickle/Clip.c:17: error: static declaration of 'clip_perform'
follows non-static declaration ../../../pd/src/m_pd.h:586: error: previous declaration of 'clip_perform' was here
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 .
even if there was a reason for adding it, still would be nice to get it prefixed (dsp_clip_perform() or something)
well, clip_perform() isn't really a good name, better would be clip_vec() or clip_vec_scalar() ... i decided to export all functions, that are coded in simd, to give external developers the possibility to use pd's simd functions ...
cheers ... tim