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 !
How To Run osc streaming in Python GUI ?
Re: How To Run osc streaming in Python GUI ?
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
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 ?
is it posible to run OSC Server from tkinter window.mainloop ? and then display the data to window.mainloop ?
Thank's
Thank's
Re: How To Run osc streaming in Python GUI ?
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 ?
thankyou...