-
michu
Hey guys
I just released my Led Panel controlling software called PixelController. The frontend of my controling software is created as a PureData patch. I also created the Led Panels myself, they are called PixelInvaders.
As a video says more than 1000 words, check out: .
The PureData patch is available on GitHub:
https://github.com/neophob/PixelController/tree/master/data File: ledgui4.pdThe patch works fine on Windows, Linux and OSX, so no fancy plugins are needed. And the patch uses OSC and Midi signals.
<shameless plug>
If you're interested getting such a panel, check out: http://www.indiegogo.com/pixelinvadersDIY?a=167555&i=addr
</shameless plug> -
michu
hey guys
i wrote a little patch to "convert" network data to serial data... (also to control an arduino board). however I discovered, that pd supports up to 115200/230400 bps. however i would like to increase the baudrate up to 2mb. I just tried to build pd/pd-extended for macosx 10.6.6 but I didnt succeeded...
any plans to increase the baud rate?
here is the link:
http://www.neophob.com/2011/02/low-latency-serial-arduino/