Re: [PD] idea for simple technique for getting noise from signal

2013-08-14 Thread IOhannes m zmölnig
On 08/13/13 23:27, Hans-Christoph Steiner wrote: That reminds me, the simple Pd question I have is: anyone know of an XOR tilde object? [expr~ $v1 ^ $v2] mfgasr IOhannes signature.asc Description: OpenPGP digital signature ___ Pd-list@iem.at

[PD] Digital outputs, Arduino Mega 2560 Pduino = problems

2013-08-14 Thread Ezequiel Abregú
Hello: I wanted to ask a question. I'm using a arduino mega 2560 board with pduino (http://at.or.at/hans/pd/objects.html). My problems is... 1) The digital outputs 24 to 36 do not work. 2) digital outputs that work do not respond when I give you a message LOW. For example, [digital 53 0 ( NOT

[PD] Gem bounding box for text

2013-08-14 Thread puredata
hi, i need to display some long text in Gem, would like to have a bounding box. looking at the archive, i found this: http://markmail.org/message/rvlnrtjia4i6a774#query:+page:1 2005, maybe it will not compile or maybe there's a better solution? thx!

Re: [PD] Digital outputs, Arduino Mega 2560 Pduino = problems

2013-08-14 Thread Tyler Leavitt
If you attach the patch that is in question I would take a look at it. I never had a problem with my digital outputs on my 2560. Tyler On Wed, Aug 14, 2013 at 2:32 AM, Ezequiel Abregú ezequielabr...@gmail.comwrote: Hello: I wanted to ask a question. I'm using a arduino mega 2560 board with

Re: [PD] Digital outputs, Arduino Mega 2560 Pduino = problems

2013-08-14 Thread Epic Jefferson
I had this exact same problem with pd and the arduino mega. In the end, the problem has not been solved. use [comport] on the pd side and Serial.read() on the arduino side instead of pduino. On Wed, Aug 14, 2013 at 4:27 PM, Tyler Leavitt thecryofl...@gmail.comwrote: If you attach the patch

[PD] pd-extended and elementary OS

2013-08-14 Thread Esteban Viveros
Hi list! Today I have a new issue... I'm trying to install pd-extended via apt-get install like we have in http://puredata.info/docs/faq/debian . But when I do apt-get update I have: Err http://apt.puredata.info luna/main Sources 404 Not Found Err http://apt.puredata.info luna/main i386

[PD] Worse performance with -nogui.

2013-08-14 Thread Mario Mey
Two issues: First at all, when trying my patch (MEH-SYSTEM) with -nogui option, I was having a Segment fault... untill I discovered that the Robot FX, from RJDJ was turning DSP on and DSP was already on (was turned on with a [loadbang]-[delay 2000]). This crashed Pd. Maybe a bug...?