Re: [PD] patch runs twice from script

2015-08-28 Thread patrice colet
I had same problem with using init.d script from svn, this launches pd twice at bootup, --no-gui didn't change anything... I resolved it by restarting from an howto page: https://help.ubuntu.com/community/UbuntuBootupHowto by the way thanks for the lock-file trick, I had once tried to launch

Re: [PD] patch runs twice from script

2015-08-28 Thread Nicolas Montgermont
Le 28/08/2015 14:37, patrice colet a écrit : Under osX, to launch two pd instances you just have to start them from terminal. not under maverick... I am under mavericks (10.9.5) and it works. you just have to do for example: /Applications/Pd-0.46-5.app/Contents/MacOS/Pd twice. (Put a after

Re: [PD] patch runs twice from script

2015-08-28 Thread Nicolas Montgermont
I think the problem of Lang is different, he says: The problem is especially with GEM, as in this case I have double lights turned on and everything is too bright. It is more a problem of the patch launching twice in the same pd instance, specific to OSX 10.7+ (IIRC) Under osX, to launch two pd

Re: [PD] patch runs twice from script

2015-08-28 Thread patrice colet
Le 28/08/2015 14:30, Nicolas Montgermont a écrit : I think the problem of Lang is different, he says: The problem is especially with GEM, as in this case I have double lights turned on and everything is too bright. It is more a problem of the patch launching twice in the same pd instance,

[PD] audio to sine and frequency divider (live)

2015-08-28 Thread Stu
Hey List. Consider me a noob, I'm using pure data (after a long time of not using it) for a current project I'm working on. This is what I try to do: Situation: The sound coming from acoustic instruments is picked up by a mic (no problem so far). Then in pure data, the following things should

[PD] lp8_cheb~ for pd-vanilla

2015-08-28 Thread Pagano, Patrick
Is it possible to add iemlibs to pd-vanilla? I am finding quite a few nice filters i would like to include in my build of pd vanilla and i am hopeful there is a way to include them on raspberry pi/pd-vanilla Patrick Pagano B.S, M.F.A Audio and Projection Design Faculty Digital Worlds

Re: [PD] audio to sine and frequency divider (live)

2015-08-28 Thread Pagano, Patrick
?fiddle~ Patrick Pagano B.S, M.F.A Audio and Projection Design Faculty Digital Worlds Institute University of Florida, USA (352)294-2020 From: Pd-list pd-list-boun...@mail.iem.at on behalf of Stu studab...@gmail.com Sent: Friday, August 28, 2015 8:37 AM To:

[PD] miller's gpio on rpi2modelB and the enable message

2015-08-28 Thread Peter P.
Hi list, hi J, I am better understand the GPIOs on a Raspberry Pi 2 model B using Miller's gpio external from pi-externs. Everything works fine so far, only in the help patch kindly provided by J Oliver in his posting http://lists.puredata.info/pipermail/pd-list/2013-04/102172.html the message

Re: [PD] miller's gpio on rpi2modelB and the enable message

2015-08-28 Thread Ivica Bukvic
Are you running pd with sudo privileges? On Aug 28, 2015 2:25 PM, Peter P. peterpar...@fastmail.com wrote: Hi list, hi J, I am better understand the GPIOs on a Raspberry Pi 2 model B using Miller's gpio external from pi-externs. Everything works fine so far, only in the help patch kindly

Re: [PD] lp8_cheb~ for pd-vanilla

2015-08-28 Thread IOhannes m zmölnig
please always reply to the list. On 08/28/2015 11:00 PM, Pagano, Patrick wrote: Awesome, thanks I think I only tried pd-iem as in https://github.com/iem-projects/pd-iem#linux-debian-and-debian-derivates ?? but yes, pd-iem doesn't provide arm binaries. (yet? i don't know; deken has somewhat

Re: [PD] Pure Data Buffir~ object

2015-08-28 Thread Alexandre Torres Porres
hey, how is going with this object? I just wanted to say it'd be really good if it was updated to max size of 4096, which is the current configuration since max 6 256 is just too little and made more sense back in the day of max 5 hopefully it's an easy update, what do you say? cheers

Re: [PD] lp8_cheb~ for pd-vanilla

2015-08-28 Thread IOhannes m zmölnig
On 08/28/2015 07:10 PM, Pagano, Patrick wrote: Is it possible to add iemlibs to pd-vanilla? I am finding quite a few nice filters i would like to include in my build of pd vanilla and i am hopeful there is a way to include them on raspberry pi/pd-vanilla why can't you use the

Re: [PD] miller's gpio on rpi2modelB and the enable message

2015-08-28 Thread Peter P.
* Ivica Bukvic i...@vt.edu [2015-08-28 14:52]: Are you running pd with sudo privileges? The user is part of the gpio group which has the correct permissions to execute echo 2 /sys/class/gpio/export successfully. But you are right, strangely Pd only started as root can execute the enable