Thanks, James. I should have found that by myself easily. But, that's exactly what I needed.
Z
Search found 8 matches
- Thu Jan 16, 2020 4:07 pm
- Forum: Mind Monitor
- Topic: OSC Muse 2 mapping
- Replies: 5
- Views: 16039
- Fri Jan 03, 2020 4:01 pm
- Forum: Mind Monitor
- Topic: OSC Muse 2 mapping
- Replies: 5
- Views: 16039
OSC Muse 2 mapping
Hi James, I'm back after a long while, this time experimenting with Unreal Engine 4 (ue4). I'm using the Monsieur Gustav OSC plugin (available at https://github.com/monsieurgustav/UE4-OSC). So far, this seems to work as advertised. I can see the eeg stream from the headband, blinks, jaw clenches, ba...
- Tue Apr 18, 2017 3:29 pm
- Forum: Mind Monitor
- Topic: OSC - Blink signal
- Replies: 10
- Views: 12771
Re: OSC - Blink signal
That's absolutely fascinating. I had no idea that existed. Thanks!
- Tue Apr 18, 2017 10:49 am
- Forum: Mind Monitor
- Topic: OSC - Blink signal
- Replies: 10
- Views: 12771
Re: OSC - Blink signal
Thanks, James. This is exactly what is needed, but I'm struggling to implement it in QC because of inconsistencies in the current state of QC within the macos developement environement, the minimal capabilities of debugging javascript within QC and my own lack of competence. That problem would be be...
- Thu Apr 13, 2017 3:15 pm
- Forum: Mind Monitor
- Topic: OSC - Blink signal
- Replies: 10
- Views: 12771
Re: OSC - Blink signal
I see. The hard part is that QC has no generic patch to calculate FFTs. There's one for audio input that calculates 16 frequency bins. I found some javascript code online that can be used inside a QC patch, but that would require some additional programming in order to work as intended. It's a tad h...
- Wed Apr 12, 2017 2:22 pm
- Forum: Mind Monitor
- Topic: OSC - Blink signal
- Replies: 10
- Views: 12771
Re: OSC - Blink signal
From what I understand now, the problem lies with this OSC patch in QC and Interaxon probably can't do much about it. Also, QC is only there to maintain a certain continuity from what was to what is (Metal, Swift, etc.). I'm using QC myself because it works well as a prototyping tool for the little ...
- Tue Apr 11, 2017 2:00 pm
- Forum: Mind Monitor
- Topic: OSC - Blink signal
- Replies: 10
- Views: 12771
Re: OSC - Blink signal
Thanks, James. I do see what you mean in MuseLab, both on the graph and in the msg/sec column in the incoming messages list. This tells me that MuseLab sends a signal through OSC when blinking or clenching occurs and none otherwise. There are jaw clench items in both incoming and outgoing OSC lists ...
- Mon Apr 10, 2017 10:59 pm
- Forum: Mind Monitor
- Topic: OSC - Blink signal
- Replies: 10
- Views: 12771
OSC - Blink signal
I'm doing various tests with Quartz Composer (QC) on macOS Sierra. QC is no longer officially supported by Apple but it is still packaged with XCode and it allows me to test a few things. In QC, I use qcOSC -- a third party patch -- to access the data stream. The /muse/elements/blink and /muse/eleme...