bitfocus / companion-module-requests

Repository for tracking module requests
97 stars 10 forks source link

companion module request for touchdesigner #994

Open abhinavkapoor1984 opened 1 year ago

abhinavkapoor1984 commented 1 year ago

request you to please create module for touchdesigner pc triggers

josephdadams commented 1 year ago

@abhinavkapoor1984 please provide links to the documentation and what you want the module to be able to do. I also suggest reading this: https://github.com/bitfocus/companion-module-requests/blob/master/README.md

cuetheFog commented 8 months ago

I would love to see this module as well. This is direct from TouchDesigner support:

TouchDesigner doesn't have a built in API per se, but allows for creating project specific controls utilizing the supported protocols. My assumption would be that you are looking for python classes that particularly speak to program/project control such as App Class: https://docs.derivative.ca/App_Class Project Class: https://docs.derivative.ca/Project_Class Generally speaking, almost every aspect of TouchDesigner can be addressed via python as documented in our wiki.

I have written a basic OSC interaction with TouchDesigner using the generic OSC module in Companion. I'm happy to share if it's useful. And of course I'd love to be a tester if a TouchDesigner module gets made.