Chataigne Module <> Phidgets

Comments & issues
Supporting Windows 8 or newer
Sintech
Fresh meat
Posts: 3
Joined: Mon Aug 25, 2025 1:04 am

Chataigne Module <> Phidgets

Post by Sintech »

Has anyone here used chatainge with Phidgets? Seems like a match made in heaven to me, anyone had these playing nicely with each other?
jordonpatel
Fresh meat
Posts: 2
Joined: Mon Sep 15, 2025 12:29 am

Re: Chataigne Module <> Phidgets

Post by jordonpatel »

Yes, Phidgets themselves usually have their own API (e.g. libphidget22) that you can access from Python, C, Java, etc.
To get Chataigne to “see” Phidgets data, you’d need to send that data via something Chataigne understands: OSC is a good bet. For instance, write a small script/program that reads sensors from Phidgets and sends OSC messages out on localhost or over network.
In Chataigne, set up an OSC input that listens to those messages, maps them to whatever you want (MIDI, triggers, visuals, etc.).