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

2022-09-07 Thread Alexandre Torres Porres
i wouldnt know how to do it, I already failed at it Em qua., 7 de set. de 2022 às 05:20, Albert Rafetseder < albert.rafetse...@univie.ac.at> escreveu: > Thanks Alexandre! Who am I to disagree? ;-) > > OK, I'll admit, I started yesterday to port [hid] to pd-lib-builder > because I've been wanting

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

2022-09-07 Thread Albert Rafetseder
Thanks Alexandre! Who am I to disagree? ;-) OK, I'll admit, I started yesterday to port [hid] to pd-lib-builder because I've been wanting to learn that anyway. Phil indicated to me that he has found a solution other than [hid], so there is no rush. Nevertheless, I'm totally fine if you go

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
es mailto:por...@gmail.com>> > Cc: "Peter P." mailto:peterpar...@fastmail.com>>, > Pd-List > mailto:pd-list@lists.iem.at>> > Subject: Re: [PD] Reading/writing a HID device current best practice? > Message-ID: ><mailto:canz10w0dhw1udp0hac

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

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

2022-09-04 Thread Philip Stone via Pd-list
Ah, I had checked Deken, but missed this, since I’m on a Silicon Mac. I will look into it to see if maybe I can compile a version. Thanks, Peter! Phil Date: Sun, 4 Sep 2022 10:27:37 +0200 From: "Peter P." peterpar...@fastmail.com Hi Phil, A search on Deken

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

2022-09-04 Thread Peter P.
Hi Phil, A search on Deken http://deken.puredata.info/search.html?libraries=hid== brings up some results which might depend on the OS you are using. * Philip Stone via Pd-list [2022-09-04 00:14]: > Hello all, > > I’m wondering what the current best course of action is for interfacing with > a

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

2022-09-03 Thread Philip Stone via Pd-list
Hello all, I’m wondering what the current best course of action is for interfacing with a HID device in Pd. The older libraries from Hans don’t seem to be maintained; may I ask if anyone has any current experience with Pd and HID? Thanks, Phil Stone Davis, CA