Page 1 of 1

How To Run osc streaming in Python GUI ?

Posted: Tue Dec 27, 2022 6:57 pm
by safrizal
Hi James,
Thank's alot for created Mind Monitor,
I want to create simple GUI Python to display OSC Steaming Data as waves. But I don't have any clue, how to get data from OSC server and display it in GUI python in realtime. I tried before but I have to wait server stop to run window. What I have to learn or read to created GUI Python Apps that display OSC streaming data ? Thanks !

Re: How To Run osc streaming in Python GUI ?

Posted: Tue Dec 27, 2022 11:56 pm
by James
There is a sample of this in my GitHub
Look at the audio feedback example

https://mind-monitor.com/FAQ.php#oscspec
https://github.com/Enigma644/MindMonitorPython

Re: How To Run osc streaming in Python GUI ?

Posted: Wed Dec 28, 2022 6:26 am
by safrizal
is it posible to run OSC Server from tkinter window.mainloop ? and then display the data to window.mainloop ?
Thank's

Re: How To Run osc streaming in Python GUI ?

Posted: Wed Dec 28, 2022 10:22 am
by James
I'm not sure, sorry. Probably, but I'm not sure of the specific code for that.

Re: How To Run osc streaming in Python GUI ?

Posted: Wed Dec 28, 2022 11:27 am
by safrizal
thankyou...