On Fri, Aug 20, 2004 at 07:34:23PM +0300, Sami Nybacka wrote:
At least "scale" by Olaf Matthes does this. I found it from pd-externals package from:
http://pure-data.sourceforge.net/
-- Sami Nybacka
Hi, many thanks it is exactly that one of which I have need.
Building the lib I had some errors regarding the net* stuff.
(for being able to use immediately the object that I need I am edited the makefile and the maxlib.c so I have now the scale and many other beautiful objects)
but if someone can help me I would want to compile all.
appended there are the errors.
Lazzaro
cc -DPD -DMAXLIB -DUNIX -O2 -funroll-loops -fomit-frame-pointer -Wall -W -Wshadow -Wno-unused -Wno-parentheses -Wno-switch -I/usr/include -I./include -c src/netclient.c
src/netclient.c:30:21: s_stuff.h: No such file or directory
src/netclient.c:32:19: m_imp.h: No such file or directory
src/netclient.c: In function netclient_tick': src/netclient.c:89: warning: implicit declaration of function
sys_addpollfn'
src/netclient.c:89: error: t_fdpollfn' undeclared (first use in this function) src/netclient.c:89: error: (Each undeclared identifier is reported only once src/netclient.c:89: error: for each function it appears in.) src/netclient.c:89: error: parse error before "netclient_rcv" src/netclient.c: In function
netclient_child_connect':
src/netclient.c:112: warning: implicit declaration of function sys_sockerror' src/netclient.c:133: warning: implicit declaration of function
sys_closesocket'
src/netclient.c: In function netclient_disconnect': src/netclient.c:162: warning: implicit declaration of function
sys_rmpollfn'
make: *** [maxlib.pd_linux] Error 1