DiGiCo LiveTrax integration#53
Open
benfeinberg wants to merge 1 commit intojms5194:mainfrom
Open
Conversation
Owner
|
Hi Ben- Thanks for this, and this is conceptually implementation we've been thinking about too. I'd love to take you input- and note that you've marked this as Draft for now- let me know when you're ready for us to take a look at what you've got, and we'll be happy to! |
Author
|
Sorry for stalling on this. I was hoping to go back and figure out how the LiveTrax integration syncs channel names from the console, but life got in the way unfortunately. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The latest DiGiCo update (v22) adds an integration for Harrison LiveTrax 3 that sends the current snapshot over OSC. Using the LiveTrax integration allows us to use MarkerMatic without taking up the iPad slot on the console.
When the integration is enabled, the console appears to send OSC messages of the form
/snapshot [s] "1.00 Cue Name"to UDP port 3819 at the configured LiveTrax IP address. We can configure an OSC server in MarkerMatic to listen for these messages and forward them to Reaper.The console integration also adds a couple of built-in macros that send OSC, only some of which obviously map to MarkerMatic macros. For now I just mapped the ones that seemed useful, but the rest would be easy to add too.
It also appears to be possible to add a MacroOSC instance pointing at the same IP address and port to send custom messages to the same place.
Currently MarkerMatic will show the console as connected as soon as it receives any OSC, and will never notice if it disconnects. I didn't see any useful status messages from the console, but it's possible I missed something.
This was tested and worked on a Q225T running V2232.