Signature
Learning Pure Data
-
itshenry
posted in technical issues • read moreIt can be done on[ Android], but there’s no really easy method to combine both directly. Usually you handle the sensor input in Processing (via Ketai) and then communicate that data to Pd using a bridge like libpd.
A common approach is to send the sensor values through OSC or similar messaging, since integrating Pd straight into Processing’s Android mode can get complicated. Visit now: https://executordelta.ph/
-
itshenry
posted in technical issues • read moreIt can be done on[ Android], but there’s no really easy method to combine both directly. Usually you handle the sensor input in Processing (via Ketai) and then communicate that data to Pd using a bridge like libpd.
A common approach is to send the sensor values through OSC or similar messaging, since integrating Pd straight into Processing’s Android mode can get complicated. Visit now: https://executordelta.ph/
-
itshenry
posted in technical issues • read moreIt’s possible on Android, but there isn’t a simple plug-and-play solution. You’ll likely need to use Processing (with Ketai for sensors) and connect it to Pd through something like libpd. In most cases, sensor data is handled in Processing and then passed to Pd using messaging (e.g., OSC), since direct integration can be a bit complex.