f2b-help.pd 832 B

1234567891011121314151617181920212223242526272829
  1. #N canvas 626 544 450 300 10;
  2. #X obj 57 151 f2b;
  3. #X msg 57 118 3.14159;
  4. #X obj 57 187 unpack 0 0 0 0;
  5. #X floatatom 57 228 5 0 0 0 - - -;
  6. #X floatatom 92 228 5 0 0 0 - - -;
  7. #X floatatom 127 228 5 0 0 0 - - -;
  8. #X floatatom 162 228 5 0 0 0 - - -;
  9. #X text 244 268 Martin Peach 2013_03_13;
  10. #X msg 135 118 100000;
  11. #X text 53 8 [f2b] converts floats to lists of four bytes suitable
  12. for sending through a serial connection. This is the binary representation
  13. \, so the receiver must use the same floating-point format.;
  14. #X obj 213 114 * 4;
  15. #X floatatom 213 141 12 0 0 0 - - -;
  16. #X obj 213 91 atan;
  17. #X msg 213 68 1;
  18. #X connect 0 0 2 0;
  19. #X connect 1 0 0 0;
  20. #X connect 2 0 3 0;
  21. #X connect 2 1 4 0;
  22. #X connect 2 2 5 0;
  23. #X connect 2 3 6 0;
  24. #X connect 8 0 0 0;
  25. #X connect 10 0 11 0;
  26. #X connect 10 0 0 0;
  27. #X connect 12 0 10 0;
  28. #X connect 13 0 12 0;