[PD] hid under ubuntu maverick

2011-08-21 Thread Diego Azar
Hi, I'm having a problem with my laptop touchpad (synaptic) under ubuntu maverick. It isn't a permission issue because I have already done the udev thing and everything is working perfectly except the touchpad. Pd recognize it and hid can open it but it can't recieve any data. I tried it in

Re: [PD] hid under ubuntu maverick

2011-08-21 Thread Diego Azar
using synclient and parse the data. Go to the console and synclient -m 0 And it gives you all the touchpad data.  But then again people that are used to [hid] can probably guide you into a more pd-friendly solution. :) best of luck, Pedro On Sun, Aug 21, 2011 at 10:00 PM, Diego Azar dazar

Re: [PD] change pixel color value...

2010-09-01 Thread Diego Azar
...@iem.at Subject: Re: [PD] change pixel color value... To: Diego Azar dazar...@yahoo.com Cc: PD List pd-list@iem.at Date: Wednesday, September 1, 2010, 8:22 AM On 2010-09-01 03:33, Diego Azar wrote: Hi list, Does anybody know of a Gem objets that let you change the gray or color value

[PD] change pixel color value...

2010-08-31 Thread Diego Azar
Hi list, Does anybody know of a Gem objets that let you change the gray or color value of a certain pixel in the Gem window? I mean, something like change de pixel x=310, y =200 to gray=0.5 thanks, Diego. ___ Pd-list@iem.at mailing list

Re: [PD] HID problem in Xubuntu.

2009-07-27 Thread Diego Azar
Steiner h...@at.or.at wrote: From: Hans-Christoph Steiner h...@at.or.at Subject: Re: [PD] HID problem in Xubuntu. To: Daniel Wilcox danomat...@gmail.com Cc: Diego Azar dazar...@yahoo.com, pd-list@iem.at Date: Saturday, July 18, 2009, 10:31 PM Hey Dan, Making a 90-puredata.rules file and including

Re: [PD] HID problem in Xubuntu.

2009-07-16 Thread Diego Azar
Steiner h...@at.or.at wrote: From: Hans-Christoph Steiner h...@at.or.at Subject: Re: [PD] HID problem in Xubuntu. To: Diego Azar dazar...@yahoo.com Cc: Simon Wise simonzw...@gmail.com, PD-List pd-list@iem.at Date: Wednesday, July 15, 2009, 7:30 PM Chances are that the trackpad is an USB device

[PD] HID problem in Xubuntu.

2009-07-15 Thread Diego Azar
Hi, I'm trying to use de hid librari in Xubuntu. I installed pd-hid.deb package without trouble and everything works perfect (usb mouse, keyboard, etc) except for the touchpad. It's not a permission issue, i've already gave permission to /dev/input/event0-9 and /dev/input/mouse0-2. In my

Re: [PD] HID problem in Xubuntu.

2009-07-15 Thread Diego Azar
Hi Simon, Thanks for the fast response. No, it isn't. It's the standard  synaptic touchpad that comes with many laptops. Diego. --- On Wed, 7/15/09, Simon Wise simonzw...@gmail.com wrote: From: Simon Wise simonzw...@gmail.com Subject: Re: [PD] HID problem in Xubuntu. To: Diego Azar dazar

Re: [PD] vline~ question

2008-01-29 Thread Diego Azar
Hi, some years ago I made an abstraction that is only a line~ type envelope but you can send it an infinite message. Perhaps it is usefull for someone else. Diego Never miss a thing. Make Yahoo your

Re: [PD] hidio bug?

2007-07-24 Thread Diego Azar
again, and I don't quite get it. What's abs(1)? .hc On Jul 24, 2007, at 4:37 AM, Diego Azar wrote: Hans, thanks for your reply. I'm working with hidio because it works better, with my configuration, than the hid. thanks again, Diego. Hans-Christoph Steiner [EMAIL PROTECTED] wrote

[PD] hidio bug?

2007-07-22 Thread Diego Azar
Hi. I'm using the hidio object with a mouse and it seems there's something I'm not getting. The problem is when routing the list from the rel_x to obtain the x relative axes; the value, sometimes, is greater than abs(1) when the mouse is not moving. Is this behavior correct? Is this a bug? Has

Re: [PD] Fwd: Re: hid compiling problem.

2007-06-03 Thread Diego Azar
need to have the devices in /dev/input/event*, otherwise [hid] won't work at all. Check the archives of this list for more information, this question has been answered a number of times. .hc On Jun 3, 2007, at 4:33 AM, Diego Azar wrote: Hans, thanks again: now I succeded

[PD] Fwd: Re: hid compiling problem.

2007-05-30 Thread Diego Azar
,syn_config are defined under this char *, and the everything else is defined under *ev_key. Diego. Well, here's perhaps an easier way: I just attached the two files:  .hc On May 28, 2007, at 11:55 PM, Diego Azar wrote: Hi, I`m having some problems compiling [hid] on a 64.studio (linux

[PD] Fwd: Re: hid compiling problem.

2007-05-30 Thread Diego Azar
are the size and name of the char * where syn_report and syn_config are defined. Am I right? Thanks again, Diego. Hans-Christoph Steiner [EMAIL PROTECTED] wrote: Well, here's perhaps an easier way: I just attached the two files:  .hc On May 28, 2007, at 11:55 PM, Diego Azar wrote: Hi, I`m having

[PD] hid compiling problem.

2007-05-28 Thread Diego Azar
Hi, I`m having some problems compiling [hid] on a 64.studio (linux, debian based). Is there anything like a how to or something with this issue. When I do the make it sais: input_arrays.h:5: *** missing separator. stop. I did the make like the one in the README with the corresponding