You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this isn't an issue, but it is something I would like to inquire about. I'm writing a program that is used to track miss counts for a video project I'm working on, and I need to be able to get the miss count in real-time. Is there a best way to go about this? The whole project revolves around this and is needed for it to work. What do you suggest is the best way to output this data in real-time so another program, written in python, can pick it up.
The text was updated successfully, but these errors were encountered:
You have information in a folder, "output" like pp of the song, the name of the song ... I think you can add an output with the file PPShowConfig.json. I'm not sure but that could be usefull. You can, after that, take the information in the file
If you learn about C# and you can write a Sync plugin to get miss count directly , and then your plugin could send these data to other program by grpc or other ways. here example : https://github.com/OsuSync/OsuDataDistributeRestful
"PPShowConfig.json" and "output" like , all are about another Sync plugin : https://github.com/OsuSync/OsuLiveStatusPanel
and this plugin is realtime for streaming , but not for "realtime" as you want.
I know this isn't an issue, but it is something I would like to inquire about. I'm writing a program that is used to track miss counts for a video project I'm working on, and I need to be able to get the miss count in real-time. Is there a best way to go about this? The whole project revolves around this and is needed for it to work. What do you suggest is the best way to output this data in real-time so another program, written in python, can pick it up.
The text was updated successfully, but these errors were encountered: