Re: [PD] Reading/writing a HID device current best practice?

2022-09-06 Thread Alexandre Torres Porres
it would be great to update this project to use pd-lib-builder as it'd make it quite easy to build for apple silicon. I could do that Em ter., 6 de set. de 2022 às 12:32, Albert Rafetseder < albert.rafetse...@univie.ac.at> escreveu: > Hi Phil, > > Peter beat me to pointing out Deken (thanks!),

Re: [PD] Reading/writing a HID device current best practice?

2022-09-06 Thread Dan Wilcox
This is also my preferred approach, but maybe not for those who want to do *everything* in Pd and/or need to write to devices. joyosc https://github.com/danomatika/joyosc > joystick & game controller hid device event to Open Sound Control daemon and >

Re: [PD] Reading/writing a HID device current best practice?

2022-09-06 Thread Peter P.
* Daniel Iglesia [2022-09-06 19:08]: > I know this isn't the desired answer, but my strategy (a few years ago, on > Raspberry Pi, haven't tried HID since then) was to launch a python script > to listen for HID messages, then route them via UDP into a local port on > which Pd would listen and

Re: [PD] Reading/writing a HID device current best practice?

2022-09-06 Thread Daniel Iglesia
I know this isn't the desired answer, but my strategy (a few years ago, on Raspberry Pi, haven't tried HID since then) was to launch a python script to listen for HID messages, then route them via UDP into a local port on which Pd would listen and consume the messages. I don't recall if I had to

Re: [PD] Reading/writing a HID device current best practice?

2022-09-06 Thread Alexandre Torres Porres
hmm, well, tried building hid and it's not that easy, not sure I can go that route :) Em ter., 6 de set. de 2022 às 13:30, Alexandre Torres Porres < por...@gmail.com> escreveu: > I can take the request to work on a new/modern 'hid' object into ELSE (not > necessarily a copy/clone of this) so we

Re: [PD] Reading/writing a HID device current best practice?

2022-09-06 Thread Alexandre Torres Porres
I can take the request to work on a new/modern 'hid' object into ELSE (not necessarily a copy/clone of this) so we have something like that available for all platforms and modern systems. Please open a request at https://github.com/porres/pd-else Em dom., 4 de set. de 2022 às 05:29, Peter P.

Re: [PD] Reading/writing a HID device current best practice?

2022-09-06 Thread Albert Rafetseder
Hi Phil, Peter beat me to pointing out Deken (thanks!), but I can add: I put that version on Deken, minimally updated from Hans's original to build on the Mac laptop I was using then. I put the sources here: https://gitlab.com/albert/pd-hid I don't own a macOS/Apple Silicon machine, but