Richard Waltman

Results 136 comments of Richard Waltman

https://jogamp.org/bugzilla/show_bug.cgi?id=1296

A workaround can be achieved using built-in Processing. ``` int prevMouseX, prevMouseY; int windowW, windowH; boolean isMouseResizing = false; void settings() { size(400, 600, P2D); } void setup() { surface.setResizable(true);...

@cyberjunk I am a developer at OpenBCI. I have just tried to accept a few kinds of data over OSC from our GUI to Neuromore Studio Community edition. From the...

I think I might be able to make this work by modifying the OpenBCI GUI Networking widget to have a special OSC output that fits the specifications of Neuromore studio's...

I was able to stream data from the GUI to Neuromore studio using separate OSC messages (e.g. `/openbci/0`). This works fine for BandPower, but it would really be much better...

It does seem to be the official package distribution for Rust https://github.com/rust-lang/crates.io.

Related request in Forum https://openbci.com/forum/index.php?p=/discussion/comment/19972#Comment_19972

This is probably the most difficult tutorial to support since it uses Neuropype, which isn't as accessible as other software components in our Docs (ex. Python). We may need to...

This issue is a very heavy lift. Should be discussed later during an OpenBCI Software Team meeting.

That seems reasonable @wjcroft. Though at that point it should probably be moved to Deprecated folder.