janslow / qlab-from-csv

Reads a list of cues from a CSV and puts them into Figure53's QLab.
MIT License
3 stars 2 forks source link

Support EOS OSC #30

Open brodkin opened 6 years ago

brodkin commented 6 years ago

Hey Jay,

ETC EOS consoles now support OSC directly in the format of "/eos/cue/XX/YY/fire" and (for reasons I won't delve into) need to use this newer format for a show that we're starting to tech this weekend. I was fully prepared to implement this myself by switching the cue type to "Custom OSC message" and reformatting the OSC string as shown, but I can't even get the project to build in Xcode. Any chance you have a sec to see if you can crank something out or offer some build advice?