Simplistic Muse File Reader

Making & changing box plugins and external apps
Post Reply
baffo32
Posts: 4
Joined: Sun Jul 03, 2016 1:07 pm

Simplistic Muse File Reader

Post by baffo32 »

Hi,

Here is a patch implementing a preliminary file reader for .muse files produced by the Muse Monitor application for Android phones. Code is released to the public domain.
Attachments
muse-1.patch.bz2
bzipped patchfile of changes
(35.28 KiB) Downloaded 597 times

jtlindgren
Posts: 775
Joined: Tue Dec 04, 2012 3:53 pm
Location: INRIA Rennes, FRANCE

Re: Simplistic Muse File Reader

Post by jtlindgren »

Hi Baffo, sorry for the suuuuuper late response, its been quite busy here.

I merged your patch to openvibe branch wip-contrib-muse-reader so interested hackers can have a go at it. This makes it one step easier to use the box as people don't have to figure out which openvibe version the patch corresponds to etc.

A few comments,

- to keep the code maintainable, it'd be good to have access to the file that was used to generate parts of the code in the patch
- google protocol buffers (protobuf) didn't have a version on Ubuntu 16.04 that'd allow compiling your patch. Also, it seems there's no prebuilt Windows binary of the lib.

If these things can get sorted out I could consider making the reader part of the OpenViBE master/release. At the moment I don't have time to implement ov custom build of the protobuf etc.

Thanks for the contribution to the community!


Cheers,
Jussi

baffo32
Posts: 4
Joined: Sun Jul 03, 2016 1:07 pm

Re: Simplistic Muse File Reader

Post by baffo32 »

Hi,

Sorry for my much more late reply. I have bouts of amnesia, forgot I had made this, and started relearning the muse file format before I finally found my own patch on google :lol:

Is the branch still kicking around somewhere?

I have copies of the v2 and v1 proto files at https://github.com/xloem/musefileformat ... e_v2.proto and https://github.com/xloem/musefileformat ... e_v1.proto

Post Reply