Re: [PD] xinput external

2013-12-19 Thread Jack
Le 19/12/2013 07:53, pured...@11h11.com a écrit : hi, i am using a modified version of xinput (adding ;, leading 0 and unbuffered) with pdsend (udp). i can now get my tablet x,y,pressure,tilt in pd. a demo patch is included (showing a way to parse xinput test data).

Re: [PD] xinput external

2013-12-19 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2013-12-19 07:53, pured...@11h11.com wrote: hi, i am using a modified version of xinput (adding ;, leading 0 and unbuffered) with pdsend (udp). i can now get my tablet x,y,pressure,tilt in pd. a demo patch is included (showing a way to

Re: [PD] xinput external

2013-12-19 Thread IOhannes m zmölnig
On 2013-12-19 11:32, IOhannes m zmoelnig wrote: as for adding ; and leading 0; you might want to use `sed`. or use a script like the attached one (on Debian, 'unbuffer' can be found in the 'expect-dev' package) usage: ./xinput.sh id udp-port as for the problem of terminating a process in

Re: [PD] xinput external

2013-12-19 Thread Jack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 19/12/2013 12:04, IOhannes m zmölnig a écrit : On 2013-12-19 11:32, IOhannes m zmoelnig wrote: as for adding ; and leading 0; you might want to use `sed`. or use a script like the attached one (on Debian, 'unbuffer' can be found in the

Re: [PD] xinput external

2013-12-19 Thread puredata
le savoir faire at his best, i removed my repo, thanks IOhannes! ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] xinput external

2013-12-18 Thread puredata
hi, i am using a modified version of xinput (adding ;, leading 0 and unbuffered) with pdsend (udp). i can now get my tablet x,y,pressure,tilt in pd. a demo patch is included (showing a way to parse xinput test data). https://github.com/patricksebastien/xinputpdsend the only problem is

[PD] xinput external

2013-12-17 Thread puredata
hi all, anyone coded an external for fetching xinput device? xinput --list xinput test 12 (tablet) motion a[0]=12619 a[1]=12856 a[2]=0 a[3]=-4 a[4]=-7 a[5]=-900 motion a[0]=12568 a[1]=12756 a[2]=0 a[3]=-4 a[4]=-7 a[5]=-900 motion a[0]=12531 a[1]=12618 a[2]=0 a[3]=-4 a[4]=-7 a[5]=-900 button