Search found 4 matches

by baffo32
Thu Jul 15, 2021 9:15 am
Forum: Box and application development
Topic: Simplistic Muse File Reader
Replies: 2
Views: 25269

Re: Simplistic Muse File Reader

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...
by baffo32
Sun Jul 10, 2016 4:33 pm
Forum: Box and application development
Topic: Simplistic Muse File Reader
Replies: 2
Views: 25269

Simplistic Muse File Reader

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.
by baffo32
Sat Jul 09, 2016 3:31 pm
Forum: Box and application development
Topic: Passing LogManager to another class
Replies: 2
Views: 9632

Re: Passing LogManager to another class

Thanks, this is the solution I am implementing now.
by baffo32
Mon Jul 04, 2016 10:32 am
Forum: Box and application development
Topic: Passing LogManager to another class
Replies: 2
Views: 9632

Passing LogManager to another class

I am designing a box plugin and would like some functionality to be separated out into another class. However, I can't seem to write to the LogManager in this other class. I find that if I pass the logmanager to the class constructor in the box plugin's initialize() function, the logmanager held by ...