> joystick & game controller hid device event to Open Sound Control daemon and associated tools
Cross-platform using SDL2.
Message: 4Date: Tue, 6 Sep 2022 10:07:09 -0700From: Daniel Iglesia <daniel.iglesia@gmail.com>To: Alexandre Torres Porres <porres@gmail.com>Cc: "Peter P." <peterparker@fastmail.com>, Pd-List <pd-list@lists.iem.at>Subject: Re: [PD] Reading/writing a HID device current best practice?Message-ID: <CANZ10W0dhw1uDp0hacR7S-fFAZABR+5WL5Wo1LbqoLsWvDY4BQ@mail.gmail.com>Content-Type: text/plain; charset="utf-8"I know this isn't the desired answer, but my strategy (a few years ago, onRaspberry Pi, haven't tried HID since then) was to launch a python scriptto listen for HID messages, then route them via UDP into a local port onwhich Pd would listen and consume the messages. I don't recall if I had todo some message unpacking in the python script or if I could just route theraw data and unpack everything in Pd.