[PD] "bit" object?

Mathieu Bouchard matju at sympatico.ca
Mon Jul 7 06:24:20 CEST 2003


On Sun, 6 Jul 2003, Marc Lavallée wrote:

> I'm looking for an object or a simple abstraction to decode the bit values 
> of a integer ( Ex: 5 = 101, so bit 0 = 1, bit 1 = 0, bit 2 = 1).
> If it doesn't exist, I can program a simple external.
> Marc

see attachment

________________________________________________________________
Mathieu Bouchard                       http://artengine.ca/matju


-------------- next part --------------
#N canvas 401 241 450 300 10;
#X obj 136 140 print;
#X obj 89 98 & 1;
#X obj 79 68 t a a;
#X obj 79 127 -;
#X obj 77 157 / 2;
#X obj 14 189 moses 1;
#X msg 87 40 43;
#X connect 1 0 3 1;
#X connect 1 0 0 0;
#X connect 2 0 3 0;
#X connect 2 1 1 0;
#X connect 3 0 4 0;
#X connect 4 0 5 0;
#X connect 5 1 2 0;
#X connect 6 0 2 0;


More information about the Pd-list mailing list