Search found 3 matches

by methority
Tue Jan 17, 2023 2:45 pm
Forum: Mind Monitor
Topic: Understanding absolute wave values in OSC streaming.
Replies: 4
Views: 1405

Re: Understanding absolute wave values in OSC streaming.

James wrote: Tue Jan 17, 2023 2:12 pm You were nearly right with your first suggestion: (value+1)*50
Omg! Thank you so much! I don't know why I typed "-" instead of "+". It works now!
by methority
Tue Jan 17, 2023 2:04 pm
Forum: Mind Monitor
Topic: Understanding absolute wave values in OSC streaming.
Replies: 4
Views: 1405

Re: Understanding absolute wave values in OSC streaming.

Bels is just a unit used for any logaythmically generated result. You don't need to do any converting, the CSV and OSC values are the same number. The value that is displayed to the user in the Mind Monitor UI is converted from the approximate {-1:+1} range to {0:100} for easier reading by people w...
by methority
Tue Jan 17, 2023 6:20 am
Forum: Mind Monitor
Topic: Understanding absolute wave values in OSC streaming.
Replies: 4
Views: 1405

Understanding absolute wave values in OSC streaming.

Hi James! Thank you for your app and code! Recently I started using your Python script (https://github.com/Enigma644/MindMonitorPython/blob/main/OSC%20Receiver%20Audio%20Feedback.py) translating OCR from Muse to laptop. It allows to play sound when one of the waves (gamma in my case) reaches particu...