Re: [PD] raw mouse

2020-02-26 Thread michael strohmann
thanks very much for your help iohannes, distro: raspbian GNU/Linux 9.4 (stretch) architecture: armhf this would be the content of the sources.list: deb http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi deb http://ftp.at.debian.org/debian/ stretch main # Uncomment

Re: [PD] raw mouse

2020-02-26 Thread Simon Iten
> On 26 Feb 2020, at 21:38, Alexandre Torres Porres wrote: > > yeah, [mousestate] does stop, and I can't see how it wouldn't or shouldn't because the raw values from the mouse don’t stop! the mouse itself knows obviously nothing about the

Re: [PD] raw mouse

2020-02-26 Thread Alexandre Torres Porres
Em qua., 26 de fev. de 2020 às 14:50, michael strohmann < itsnotfa...@gmail.com> escreveu: > MouseState stops to spill out values as soon as one reaches the end of the > screen or window - if i am not missing something. > yeah, [mousestate] does stop, and I can't see how it wouldn't or shouldn't

Re: [PD] raw mouse

2020-02-26 Thread IOhannes m zmölnig
On 2/26/20 6:20 PM, michael strohmann wrote: > if i try > sudo apt-get install pd-hid > i get > E: Unable to locate package pd-hid which distro are you using (and which version)? which architecture are you on? $ dpkg --print-architecture what is the content of your apt-sources? $ find

Re: [PD] raw mouse

2020-02-26 Thread michael strohmann
yep, i need the delta. mouse sits on something like a turntable or jog-wheel and i want direction and turning speed to control the playback position in a file.. MouseState stops to spill out values as soon as one reaches the end of the screen or window - if i am not missing something. if i try

Re: [PD] raw mouse

2020-02-26 Thread Alexandre Torres Porres
I tried hid and it seems it only gives the delta... and so does mousestate Em qua., 26 de fev. de 2020 às 12:02, Alexandre Torres Porres < por...@gmail.com> escreveu: > so, what do you mean, what is the range of these continuous values? > > Em qua., 26 de fev. de 2020 às 11:29, Simon Iten >

Re: [PD] raw mouse

2020-02-26 Thread Alexandre Torres Porres
so, what do you mean, what is the range of these continuous values? Em qua., 26 de fev. de 2020 às 11:29, Simon Iten escreveu: > output continuous values, and not screen position... a mouse just puts out > values when moved in any directions (x-y combo) the OS displays the cursor > and updates

Re: [PD] raw mouse

2020-02-26 Thread Simon Iten
output continuous values, and not screen position... a mouse just puts out values when moved in any directions (x-y combo) the OS displays the cursor and updates the position on the screen based on those values. he wants the values directly from the mouse, not relative to the screen, resolution

Re: [PD] raw mouse

2020-02-26 Thread Alexandre Torres Porres
Em qua., 26 de fev. de 2020 às 11:02, michael strohmann < itsnotfa...@gmail.com> escreveu: > thanks for the fast reply! > > [cyclone/mousestate] and [else/mouse] output mouse position relative to > the patcher window, or screen….i would need an endless stream of readouts. > what do you mean by

Re: [PD] raw mouse

2020-02-26 Thread IOhannes m zmölnig
On 2/26/20 2:59 PM, michael strohmann wrote: > > pd-hid > https://packages.debian.org/jessie/pd-hid > > this is the one i am looking for. > looks like i have to build this on my own… ??? since your target platform is raspberry, i guess you are on a

Re: [PD] raw mouse

2020-02-26 Thread michael strohmann
thanks for the fast reply! [cyclone/mousestate] and [else/mouse] output mouse position relative to the patcher window, or screen….i would need an endless stream of readouts. the “Find externals…” menu yields greyed out libraries only, eg.

Re: [PD] raw mouse

2020-02-26 Thread Peter P.
* michael strohmann [2020-02-26 13:54]: > hi, > > i am stuck, trying to get raw mouse data in to pd. > > was succesfull in pd-extended with hans steiners HID objects, but i cant make > them work in vanilla (preferrably on a raspberry...) Have you tried "hid" via the "Find externals..." menu

Re: [PD] raw mouse

2020-02-26 Thread IOhannes m zmoelnig
On 26.02.20 13:47, michael strohmann wrote: > hi, > > i am stuck, trying to get raw mouse data in to pd. > > was succesfull in pd-extended with hans steiners HID objects, but i cant make > them work in vanilla (preferrably on a raspberry...) what's wrong with "pd-hid"? fvmasdr IOhannes

Re: [PD] raw mouse

2020-02-26 Thread Alexandre Torres Porres
Em qua., 26 de fev. de 2020 às 09:56, michael strohmann < itsnotfa...@gmail.com> escreveu: > hi, > > i am stuck, trying to get raw mouse data in to pd. > Hi, there's no way to do this with vanilla yet, so you need externals. > was succesfull in pd-extended with hans steiners HID objects, but i

[PD] raw mouse

2020-02-26 Thread michael strohmann
hi, i am stuck, trying to get raw mouse data in to pd. was succesfull in pd-extended with hans steiners HID objects, but i cant make them work in vanilla (preferrably on a raspberry...) or is there a different method nowadays, to get mouse-speed and direction unconstrained by screen size ?