Page 1 of 1

Mindmonitor App Data through to Processing

Posted: Tue Jul 13, 2021 12:55 pm
by squirtlekid2000
Hi there,
I have changed my project idea and am looking now at how to get the data from the Muse 2 Headband into Mindwave Monitor and then to Processing!
I understand that Mindwave monitor automatically does FFT but was wondering if this needs to be done again in Processing , and/or how other users have managed to get data from Mindwave monitor directly into processing (am looking into getting it to trigger and manipulate video controls)
Many Thanks again and BW

Re: Mindmonitor App Data through to Processing

Posted: Tue Jul 13, 2021 12:59 pm
by James
There are a number of python (and thus processing compatible) examples now on my GitHub page

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

https://github.com/Enigma644

https://github.com/Enigma644/MindMonitorPython

FFT code can be found here:
https://rosettacode.org/wiki/Fast_Fouri ... orm#Python