Re: [PD] Where is vanilla's makefile and other stuff located?

2013-06-27 Thread Alexandros Drymonitis
On Wed, Jun 26, 2013 at 11:24 AM, IOhannes m zmoelnig zmoel...@iem.atwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-06-26 09:56, Alexandros Drymonitis wrote: I realised what happened. I've downloaded Pd from Ubuntu software center and it installed everything where it's

Re: [PD] Where is vanilla's makefile and other stuff located?

2013-06-27 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-06-27 10:05, Alexandros Drymonitis wrote: i guess it is time to ask what you mean by this. i get a nice icon when selecting Applications-Multimedia-Pure Data Well, I meant when I'm running two applications (say Firefox and Pd) and I

Re: [PD] Where is vanilla's makefile and other stuff located?

2013-06-27 Thread Funs Seelen
On Wed, Jun 26, 2013 at 7:46 AM, IOhannes zmölnig zmoel...@iem.at wrote: On 06/26/2013 12:34 AM, Funs Seelen wrote: Hello Alexandros, The standard installation path for Pd in Ubuntu is /usr/local/lib/ (except for the binary file /usr/bin). definitely not. the default bath is either:

[PD] How to make a looper ?

2013-06-27 Thread Pierre Massat
Dear list, i've been working on a simple looper (the sound on sound thing, Eno Fripp, Eno all by himself, you know what I mean). I decided to use two tables, write to T1 while reading T2, and write to T2 while reading T1, adding the input and the currently playing table together before writing.

Re: [PD] electro-mechanical piano (player piano) - Arduino, Solenoid Issue

2013-06-27 Thread Epic Jefferson
Alexandros and Roman: Thanks, i'll check both of your suggestions. I'll let you know how it goes. I also just ordered a Practical Maker PWM shield for arduino UNO. 1 shield gives you 32 pwm pins and they're stackable, up to 6 without the need for an external power supply.

Re: [PD] electro-mechanical piano (player piano) - Arduino, Solenoid Issue

2013-06-27 Thread Charles Goyard
Epic Jefferson wrote: Alexandros and Roman: Thanks, i'll check both of your suggestions. I'll let you know how it goes. I also just ordered a Practical Maker PWM shield for arduino UNO. 1 shield gives you 32 pwm pins and they're stackable, up to 6 without the need for an external power

Re: [PD] electro-mechanical piano (player piano) - Arduino, Solenoid Issue

2013-06-27 Thread Epic Jefferson
Charles: Yeah, we're building custom drivers for the solenoids and we built a 30v power supply as well. On Thu, Jun 27, 2013 at 4:43 PM, Charles Goyard c...@fsck.fr wrote: Epic Jefferson wrote: Alexandros and Roman: Thanks, i'll check both of your suggestions. I'll let you know how it

Re: [PD] compiling pd vanilla on a mac

2013-06-27 Thread Dan Wilcox
... that's why you let automake generate them. :D autools is great *after* you spend tons of time getting it setup *just* right. Until then, it's hell. On Jun 27, 2013, at 4:05 AM, pd-list-requ...@iem.at wrote: I find configure scripts too complicated for human understanding, and so I just

Re: [PD] electro-mechanical piano (player piano) - Arduino, Solenoid Issue

2013-06-27 Thread Epic Jefferson
Roman, I tested your [solenoiduino] patch and it doesn't quite do what i expected. But i think i can expand on this idea. So, right now you send the pin number and the amount of ms you want it to be HIGH, but what if you don't know how long it will be? for instance a live performance situation.