[PD-dev] removing files from externals/build/src

Tim Blechmann TimBlechmann at gmx.net
Thu Dec 8 14:14:15 CET 2005


> 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

-- 
mailto:TimBlechmann at gmx.de    ICQ: 96771783
http://www.mokabar.tk

latest mp3: kMW.mp3
http://mattin.org/mp3.html

latest cd: Goh Lee Kwang & Tim Blechmann: Drone
http://www.geocities.com/gohleekwangtimblechmannduo/

After one look at this planet any visitor from outer space 
would say "I want to see the manager."
				      William S. Burroughs




More information about the Pd-dev mailing list