Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recorder/Playback #795

Open
tm1000 opened this issue Oct 20, 2024 · 4 comments
Open

Recorder/Playback #795

tm1000 opened this issue Oct 20, 2024 · 4 comments

Comments

@tm1000
Copy link

tm1000 commented Oct 20, 2024

Something that might be useful for Cue-View development is the ability to record bridges and then later play them back in real time

There's a few out there for OSC already

@jwetzell
Copy link
Owner

I had actually had the thought of having an option to save messages to a file for logging purposes not necessarily for replay or anything but possible I guess. Messages of all types (HTTP is a little lossy) are pretty easily serializable because of the whole cloud portion which allows replicating messages to remote instances over the internet.

@jwetzell
Copy link
Owner

jwetzell commented Oct 21, 2024

I'll add for debugging communication things I'm more of a tcpdump and tcpreplay person myself.

@tm1000
Copy link
Author

tm1000 commented Oct 22, 2024

@jwetzell ah didn't even think about it at a tcp level

@jwetzell
Copy link
Owner

Yeah, while there is a good chunk of things that speak OSC, the difficult stuff tends to be the things that don't use it or the things that speak some weird non-compliant OSC that an actual OSC library hates to look at 🙃.

Although for the purposes of showbridge I think being able to record and playback messages might be interesting to explore. Maybe an action to start/stop recording and another action to playback a recording, although that might be a mess to try and illustrate to the user what is going on. Maybe it lives outside of the trigger->transform->action workflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants