It feels like I’ve spent years being frustrated with MonomeSerial as a go-between for my monome and OF. Somehow the sockets don’t hear each other, MS won’t save properties properly, and I can’t get over the thought that this extra step is adding latency, though I’ve never tested this theory.
And I’ve never actually seen an openFrameworks extension to deal with this.
So here it is:
www.prettyextreme.com/Downloads/ofxMonomeControlV01.zip
ofxMonomeControl is a simple class for communicating with a monome directly though serial USB.
Lots of caveats:
-I’ve tested against 006. Not 007.
-I’ve tested with a monome 128 on Windows 7. That’s it. I expect this should work for other platforms and monome sizes, but… who knows? I’d love to hear if anyone else has any luck.
-Functionality is very basic, but provides enough of a structure for the two of who actually searched for “monome” in this forum to get going. Lacking: Brightness, “Test” command, orientation, ADCs. But for push-button and LED control, this class has been making my life easier.
There’s a sample app that should make implementation fairly obvious.
Anyway, It certainly beats rolling your own OSC and dealing with MonomeSerial. Good luck!