(usa)
Presentation/Talk:
Building your own instrument with Pd.
http://at.or.at/hans/stickmusic/
Concert/Performance:
Networked Multi-channel Audio Installation
Bio:
Fusing three disciplines, Hans-Christoph Steiner spends his time building networks with free software, composing music with computers, and working on robots and other interactive art projects. Starting in the Silicon Valley, he studied computers, music, and art in many forms, including: undergraduate work in music, computer science, and sculpture; a 4 year stint in the dotcom boom; and work with various arts groups. He currently resides in Brooklyn and is pursuing a Masters at the Interactive Telecommunications Program at NYU.
Hans - troubles with extended install 39 --MJ, Wed, 21 Feb 2007 05:06:44 +0100 reply
Hi. Troubles with installation for 39.2 on both Intel Mac (10.4.8) and on a Mac g4 10.3.5.
Creb and PDP aren't showing up completely. Iive tried to go inside the package and make - but it refuses to make, and gives live this:(for pique) in the terminal:
cc -DPD -O2 -funroll-loops -fomit-frame-pointer -fPIC -Wall -W -Wshadow -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -I../../src -o pique.o -c pique.c
pique.c:7:18: error: m_pd.h: No such file or directory
pique.c:15: error: parse error before * token
pique.c:15: warning: type defaults to int in declaration of pique_class
pique.c:15: warning: data definition has no type or storage class
pique.c:19: error: parse error before t_object
pique.c:19: warning: no semicolon at end of struct or union
pique.c:26: error: parse error before } token
pique.c:26: warning: type defaults to int in declaration of t_pique
pique.c:26: warning: data definition has no type or storage class
pique.c:28: error: parse error before f
pique.c:29: warning: function declaration isn't a prototype
pique.c: In function 'pique_new':
pique.c:30: error: f undeclared (first use in this function)
pique.c:30: error: (Each undeclared identifier is reported only once
pique.c:30: error: for each function it appears in.)
pique.c:31: error: x undeclared (first use in this function)
pique.c:31: error: parse error before ) token
pique.c:35: warning: implicit declaration of function t_getbytes
pique.c:39: warning: implicit declaration of function outlet_new
pique.c:39: error: s_list undeclared (first use in this function)
pique.c: At top level:
pique.c:72: error: parse error before t_float
pique.c:75: warning: function declaration isn't a prototype
pique.c: In function 'pique_doit':
pique.c:76: warning: implicit declaration of function sys_getsr
pique.c:77: error: npts undeclared (first use in this function)
pique.c:80: error: fpreal undeclared (first use in this function)
pique.c:84: error: fpimag undeclared (first use in this function)
pique.c:153: error: errthresh undeclared (first use in this function)
pique.c:165: error: fpfreq undeclared (first use in this function)
pique.c:166: error: fpamp undeclared (first use in this function)
pique.c:167: error: fpampre undeclared (first use in this function)
pique.c:168: error: fpampim undeclared (first use in this function)
pique.c:169: error: npeak undeclared (first use in this function)
pique.c:171: error: nfound undeclared (first use in this function)
pique.c: At top level:
pique.c:174: error: parse error before * token
pique.c:175: warning: function declaration isn't a prototype
pique.c: In function 'pique_list':
pique.c:176: warning: implicit declaration of function atom_getintarg
pique.c:176: error: argc undeclared (first use in this function)
pique.c:176: error: argv undeclared (first use in this function)
pique.c:177: error: t_symbol undeclared (first use in this function)
pique.c:177: error: symreal undeclared (first use in this function)
pique.c:177: warning: implicit declaration of function atom_getsymbolarg
pique.c:178: error: symimag undeclared (first use in this function)
pique.c:181: error: t_garray undeclared (first use in this function)
pique.c:181: error: a undeclared (first use in this function)
pique.c:182: error: t_float undeclared (first use in this function)
pique.c:182: error: fpreal undeclared (first use in this function)
pique.c:182: error: fpimag undeclared (first use in this function)
pique.c:182: warning: statement with no effect
pique.c:183: warning: implicit declaration of function error
pique.c:184: error: x undeclared (first use in this function)
pique.c:185: error: parse error before ) token
pique.c:201: error: nfound undeclared (first use in this function)
pique.c:202: error: i undeclared (first use in this function)
pique.c:204: error: t_atom undeclared (first use in this function)
pique.c:204: error: parse error before at
pique.c:205: warning: implicit declaration of function SETFLOAT
pique.c:205: error: at undeclared (first use in this function)
pique.c:210: warning: implicit declaration of function outlet_list
pique.c:210: error: s_list undeclared (first use in this function)
pique.c: At top level:
pique.c:213: error: parse error before } token
pique.c:215: error: parse error before * token
pique.c:216: warning: function declaration isn't a prototype
pique.c: In function 'pique_errthresh':
pique.c:217: error: x undeclared (first use in this function)
pique.c:217: error: f undeclared (first use in this function)
pique.c: At top level:
pique.c:220: error: parse error before * token
pique.c:221: warning: function declaration isn't a prototype
pique.c: In function 'pique_free':
pique.c:222: error: x undeclared (first use in this function)
pique.c:223: warning: implicit declaration of function t_freebytes
pique.c: In function 'pique_setup':
pique.c:231: warning: implicit declaration of function class_new
pique.c:231: warning: implicit declaration of function gensym
pique.c:231: error: t_newmethod undeclared (first use in this function)
pique.c:231: error: parse error before pique_new
pique.c:233: warning: implicit declaration of function class_addlist
pique.c:234: warning: implicit declaration of function class_addmethod
pique.c:234: error: t_method undeclared (first use in this function)
pique.c:234: error: parse error before pique_errthresh
pique.c:236: warning: implicit declaration of function post
make: *** [pique.pd_linux]? Error 1