prolink-tools icon indicating copy to clipboard operation
prolink-tools copied to clipboard

Developer Overlay Option

Open GameGrime opened this issue 4 years ago • 0 comments

I think it would be nice to have the main menu page of Pro-Link tools accessible as a web UI, Something allows users to bodge together their own code to pull the live information.

For example, I have custom coded Nano Leaf panels, that I can create custom patterns on. I was thinking creating a pattern that swaps colors of the triangles to match the BPM, not exactly beat match it 100% but just set it so it swaps based on the BPM, I.E. 120 times per minute.

Pro-Link pulls that data from the live decks. but it doesn't make it accessible. I think having an ability to get access to that information would be nice to have.

The solution can be a live backend web server that just updates those tags in real time. Think of it like a developer overlay.

Pull information from the overlay using CSS parsed tags. Simple for a python web grabber to get.

GameGrime avatar May 23 '21 16:05 GameGrime