Re: [PD] makefilename inconsistency (or not?)

2009-12-10 Thread Hans-Christoph Steiner
On Dec 9, 2009, at 12:41 PM, Matteo Sisti Sette wrote: Hans-Christoph Steiner escribió: What does printf do? It probably should mimic that behavior. I think it should mimic sprintf's behaviour to be precise. I don't know what it is but I dubt it can leave the string (a pointer to which is

[PD] jack settings versus pd jack settings

2009-12-10 Thread michael noble
hi folks, At the risk of being hounding into the archives, I have yet another latency question... I did in fact search the archives and could not find anything that clearly stated the relationship between the two settings as stated in the subject. So my questions: - Is the pd delay setting inde

Re: [PD] Comport issue: two digits problem

2009-12-10 Thread Jack
[list-compare] in the list-abs. It returns 0 or 1. ++ Jack Le vendredi 11 décembre 2009 à 01:09 +0100, Luca Caridà a écrit : > Thank you very much martin, > > > Adding a "print" to [comport] I see the list of 12 ascii values. > > > Having a single [0...255] number from Arduino would be easi

Re: [PD] Comport issue: two digits problem

2009-12-10 Thread Luca Caridà
Thank you very much martin, Adding a "print" to [comport] I see the list of 12 ascii values. Having a single [0...255] number from Arduino would be easier and probably the best way to go. But I also wish to understand if pure data can make the job. For that I used a [list prepend] [list ap

Re: [PD] crazy bug: all user actions executed twice

2009-12-10 Thread Jonathan Wilkes
Do you have "graph on parent" enabled for the abstractions? If so see bug id# 2621932. -Jonathan --- On Thu, 12/10/09, Matteo Sisti Sette wrote: > From: Matteo Sisti Sette > Subject: [PD] crazy bug: all user actions executed twice > To: "PD list" , gem-...@iem.at > Date: Thursday, December 1

Re: [PD] crazy bug: all user actions executed twice

2009-12-10 Thread Hans-Christoph Steiner
On Dec 10, 2009, at 1:16 PM, martin brinkmann wrote: Matteo Sisti Sette wrote: I write just to see if anybody has already seen this happaning happens here also sometimes. closing and reopening pd usually solves the problem. (ubuntu jaunty 32 bit, pd .42-5, gem loaded, but i think it happend

Re: [PD] FT232 and PD (OSX)

2009-12-10 Thread Hans-Christoph Steiner
On Dec 9, 2009, at 8:36 PM, Simon Wise wrote: Felix Obée wrote: > I'm also missing a quick reference guide. Somehow OSX has hidden all > pd-files from me (probably somewhere root?) and some overview would be nice. on OSX all Pd files are inside the Pd.app folder, try the right- click menu

Re: [PD] Comport issue: two digits problem

2009-12-10 Thread martin.peach
lineacurva wrote: > Hi guys, > > I'm working on my first RFID project, involving Arduino and Pure > Data. I use Innovation Id-20 reader and Arduino 2009. I'm stuck in a > problem with "comport". > > As I put a transponder near the reader, in Arduino serial monitor I > can see a number lik

Re: [PD] crazy bug: all user actions executed twice

2009-12-10 Thread martin brinkmann
Matteo Sisti Sette wrote: > I write just to see if anybody has already seen this happaning happens here also sometimes. closing and reopening pd usually solves the problem. (ubuntu jaunty 32 bit, pd .42-5, gem loaded, but i think it happend also without gem) > and can > give me some clue as how

[PD] Comport issue: two digits problem

2009-12-10 Thread Luca Caridà
Hi guys, I'm working on my first RFID project, involving Arduino and Pure Data. I use Innovation Id-20 reader and Arduino 2009. I'm stuck in a problem with "comport". As I put a transponder near the reader, in Arduino serial monitor I can see a number like: 495211712056 But in the littl

Re: [PD] crazy bug: all user actions executed twice

2009-12-10 Thread Hans Roels
I've had the same problem quite a lot of times. Normally I just close Pd, restart and everything is working fine again. I didn't manage to isolate the problem yet... (working on Windows XP, Pd vanilla version 0.42.4, not using GEM) Hans r At 16:40 10/12/2009, you wrote: Hi, I write just to

Re: [PD] [GEM-dev] crazy bug: all user actions executed twice

2009-12-10 Thread Jaime Oliver
hi, yes this happened to me a while ago, can't remember what os. I am not sure I was using gem either. the reason i am so forgetful is that: -it probably it went away -or it is in a computer i don't often use. I'll let you know if I find it again. sorry for being unhelpful, but at least you know

[PD] crazy bug: all user actions executed twice

2009-12-10 Thread Matteo Sisti Sette
Hi, I write just to see if anybody has already seen this happaning and can give me some clue as how to avoid it. I am not even sure the problem is with GEM, but I have worked on much more huge patches in PD without gem and never seen anything similar. I am on Windows Vista with the latest P

Re: [PD] First L2Ork track now available

2009-12-10 Thread Jeffrey Concepcion
That was a beautiful peace Ivica, did you compose it? On Tue, Dec 8, 2009 at 10:46 PM, Ivica Ico Bukvic wrote: > > amount of positive feedback and it has been truly hart-touching to learn > > Umm, that should read "heart-touching"... DOH! :-) > > Ico > > > ___

Re: [PD] Readanysf~ for linux

2009-12-10 Thread Roman Haefeli
Am 09.12.09 21:01 schrieb "becks" unter : > 2009/12/9 Ricardo Dueñas Parada : >> Hi, I have noted that readanysf~ is not present on my pd-extended >> installation, I'm working >> on Fedora 10. >> >> Do you know where can I download the object? > > I use readanysf~ with my ubuntu, you can down

Re: [PD] a philosophical question

2009-12-10 Thread Andy Farnell
The hardware may also be at fault. Most modern dynamic memory controllers have such good error checking and correction that bad memory is rare to see these days. However, it can still happen. Wild pointers and values throw up segfaults and arithmetic exceptions, so the bug patern is 'no pattern'