-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2013-03-14 21:04, Martin Peach wrote:
OK, I added two externals into svn at http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/externals/mrpeac...
[b2f] will take four bytes and return a float, while [f2b] takes a float and outputs four bytes. (This is really easy in c...) Of course it only works if the floating-point format is the same at both ends.
here's a simple vanilla implementation of [bytes2float]. it's certainly one of the more inefficient things you can do with Pd...
fgmasdr IOhannes