[PD] Reverberation in PD: suggestions?

IOhannes m zmoelnig zmoelnig at iem.at
Mon Apr 10 20:14:07 CEST 2006


Martin Peach wrote:
> 
> Is it maybe an issue of the tilde and the ~ not being the same thing?
> partconv~ and partconv_tilde are not the same name.
> Martin
> 

they are the same by definition :-)
(the setup-function for "object~" IS "object_tilde_setup()")

and you shouldn't use "__declspec(dllexport)" directly since it makes
the code non-portable: instead use the macro "EXTERN", which is defined
in m_pd.h, depending on which system you are running.


mfga.dr.
IOhannes




More information about the Pd-list mailing list