I am trying to make a physical button interface for the original client.
The documentation is scarce.
I have found an example for an arduino control here:
I am reasonably proficient in js and c# but have no experience in c++ or arduinos in general.
The example is a bit unclear for me, so I am hoping somebody can help me.
The general idea is to make physical buttons for
play / stop / next / update / invoke(somefunction)
And hopefully some dynamic ones with uid 1 to 9.
The device should be an desktop enclosure with some custom buttons.
connection to the pc is preferably of usb type.
Alternatively I can use the OSC to control it, (there is much better documentation) but it connects via ethernet and is more setup sensitive.
I want something to connect, set uid’s in the caspar client, tape some labels on the device and hit buttons.
How hard can this be, well apparently I need some help!