bluecadet / launchpad

🚀 Suite of tools to manage media installations.
MIT License
33 stars 2 forks source link

Add OSC API for all commands + app info #12

Open benjaminbojko opened 2 years ago

pingevt commented 2 years ago

@benjaminbojko - do you know of anything, like Postman, that we can use so we can test OSC?

pingevt commented 2 years ago

OK - I got this nmp package working: https://www.npmjs.com/package/osc with an iOS app, Syntien. Its free, so I can't change the addresses of the OSC messages, but it works. Theres a few paid app, like TouchOSC that seem popular and you can customize your interface.

Regardless, wanted to check this out before really architecting the server portion. Deons't look crazy and I think this should be fine.

benjaminbojko commented 2 years ago

I was going to recommend TouchOSC and that npm package too :D You could also just create another test script that simply sends osc commands via Node.