How to integrate On-Body Haptics with TouchDesigner for interactive installations.
This integration guide is under development.
TouchDesigner can send OSC messages using the OSC Out CHOP:
- Add OSC Out CHOP
- Set Network Address to haptic server IP
- Set Network Port to 3333
- Send messages like
/haptic/motor/0 1.0 500
See OSC Protocol for complete message format documentation.
- TouchDesigner OSC documentation: https://docs.derivative.ca/OSC_Out_CHOP
- OSC Protocol Specification
Have a TouchDesigner integration example? Share it! See CONTRIBUTING.md.