[PD] is there a [round]?

carmen ix at replic.net
Wed Oct 12 06:49:27 CEST 2005


On Wed, Oct 12, 2005 at 12:43:41AM -0400, Mathieu Bouchard wrote:
> On Wed, 12 Oct 2005, james tittle wrote:
> 
> > ...looking for a pd object or abstraction that'll round a float up/down...
> 
> I told you, here's the full source code of the external, just paste it in 
> the appropriate config file:
> 
> 
> 
> GridFlow::FObject.subclass("round",1,1){def _0_float(f)send_out 0,f.round end}
> 
> 
> 
> Note to other people: we know [i] is similar to what James wants, but it's
> not similar enough.

so perhaps [round] is similar enough?

> 
> ____________________________________________________________________
> Mathieu Bouchard - t?l:+1.514.383.3801 - http://artengine.ca/matju
> Freelance Digital Arts Engineer, Montr?al QC Canada
> 
> _______________________________________________
> PD-list at iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-------------- next part --------------
#N canvas 1099 202 391 216 10;
#X obj 145 34 hsl 128 15 -6 6 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 11800 1;
#X floatatom 142 53 5 0 0 0 - - -;
#X obj 148 153 i;
#X floatatom 151 181 5 0 0 0 - - -;
#X msg 199 106 0.5;
#X obj 150 129 +;
#X obj 138 71 moses 0;
#X obj 192 81 t f b;
#X msg 172 106 -0.5;
#X obj 134 95 t f b;
#X obj 80 24 inlet;
#X obj 84 181 outlet;
#X connect 0 0 1 0;
#X connect 1 0 6 0;
#X connect 2 0 3 0;
#X connect 2 0 11 0;
#X connect 4 0 5 1;
#X connect 5 0 2 0;
#X connect 6 0 9 0;
#X connect 6 1 7 0;
#X connect 7 0 5 0;
#X connect 7 1 4 0;
#X connect 8 0 5 1;
#X connect 9 0 5 0;
#X connect 9 1 8 0;
#X connect 10 0 6 0;


More information about the Pd-list mailing list