Peter Worth wrote:
check out partcon~
http://puredata.org/Members/bensaylor/partconv~-0.2.tar.gz/view
its rather efficient cpu-wise and I prefer it over the FIR object. Results are beautiful and I strongly suggest to use different impulse responses like voice or resonating objects...
Cheers,
Malte
looks great, thanks!
pete.
just trying to compile it, i think i need m_pd.h.. any idea where i can get it? are there any guides on compiling externals in visual c++?
m_pd.h is in pd/src. To build a pd external as a dll, you need to link against pd.lib in pd/bin. The setup function has to be prefixed with "__declspec(dllexport)" for pd to be able to find it (or else use a defs file). You have to "#define MSW" before importing m_pd.h.
Martin
pete
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list