How To Run osc streaming in Python GUI ?

Post Reply
safrizal
Posts: 7
Joined: Tue Dec 27, 2022 6:24 pm

How To Run osc streaming in Python GUI ?

Post 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 !
User avatar
James
Site Admin
Posts: 1103
Joined: Wed Jan 02, 2013 9:06 pm

Re: How To Run osc streaming in Python GUI ?

Post 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
safrizal
Posts: 7
Joined: Tue Dec 27, 2022 6:24 pm

Re: How To Run osc streaming in Python GUI ?

Post by safrizal »

is it posible to run OSC Server from tkinter window.mainloop ? and then display the data to window.mainloop ?
Thank's
User avatar
James
Site Admin
Posts: 1103
Joined: Wed Jan 02, 2013 9:06 pm

Re: How To Run osc streaming in Python GUI ?

Post by James »

I'm not sure, sorry. Probably, but I'm not sure of the specific code for that.
safrizal
Posts: 7
Joined: Tue Dec 27, 2022 6:24 pm

Re: How To Run osc streaming in Python GUI ?

Post by safrizal »

thankyou...
Post Reply