[PD] converting decimal to binary

Mathieu Bouchard matju at artengine.ca
Thu Jun 29 00:30:28 CEST 2006


On Mon, 26 Jun 2006, adam armfield wrote:

> this is making my brain hurt... is there an object to
> do it automatically?...

  |
  |------------.
[t  f  f]     |
  |     |      |
[% 2] [/ 2]   |
  |     |      |
  |    [i]     |
  |     |      |
  |    [sel 0] |
  |     `------'
[print]



#N canvas 0 0 450 300 10;
#X obj 113 48 t f f;
#X obj 143 67 / 2;
#X obj 143 105 sel 0;
#X obj 113 140 print;
#X obj 113 67 % 2;
#X floatatom 115 29 5 0 0 0 - - -;
#X obj 143 86 i;
#X connect 0 0 4 0;
#X connect 0 1 1 0;
#X connect 1 0 6 0;
#X connect 2 1 0 0;
#X connect 4 0 3 0;
#X connect 5 0 0 0;
#X connect 6 0 2 0;

  _ _ __ ___ _____ ________ _____________ _____________________ ...
| Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju
| Freelance Digital Arts Engineer, Montréal QC Canada


More information about the Pd-list mailing list