Re: [PD] Can't create objects that I've compiled

2013-07-16 Thread Alexandros Drymonitis
Cyrille, it worked this way. Thanks. On Tue, Jul 16, 2013 at 1:47 PM, Cyrille Henry wrote: > use directory_name/object_name to create the object, or put the object in > /usr/local/lib/pd/extra without any subdir. > > cheers > c > > > Le 16/07/2013 12:02, Alexandros Drymonitis a écrit : > >> Hi,

Re: [PD] Can't create objects that I've compiled

2013-07-16 Thread Cyrille Henry
use directory_name/object_name to create the object, or put the object in /usr/local/lib/pd/extra without any subdir. cheers c Le 16/07/2013 12:02, Alexandros Drymonitis a écrit : Hi, I've downloaded the comport and pmpd libraries and compiled them but Pd can't create these objects. In /usr/

[PD] Can't create objects that I've compiled

2013-07-16 Thread Alexandros Drymonitis
Hi, I've downloaded the comport and pmpd libraries and compiled them but Pd can't create these objects. In /usr/local/lib/pd/extra there is a directory for each library and in each directory there's a .pd_linux but Pd just can't create them. There are some files with a .o extension that I don't see

[PD] Scheme stream programming and PureData

2013-07-16 Thread Jean-Paul . ROY
Hi ! I wonder if somebody has examples or pointers to translating from Scheme stream programming (lazy lists) to dataflow (Pd). In Abelson & Sussman's book they use dsp-style diagrams to illustrate stream-based programs. I'm just trying to get a deeper understanding of Pd programming, independentl