[PD-dev] Hacking numberbox to send value only on mouse up

Frank Barknecht fbar at footils.org
Sun Feb 27 13:48:03 CET 2005


Hallo,
Jan Baumgart hat gesagt: // Jan Baumgart wrote:

> I'm looking for a way to change numbox or number2`s behaviour to
> only send its value, when the mouse button is released.

You could use the [mousefilter] after the numboxes, like in attached
patch. mousefilter is part of cyclone.

Ciao
-- 
 Frank Barknecht                               _ ______footils.org__
             
             _ __latest track: fqdn _ http://footils.org/cms/show/38
-------------- next part --------------
#N canvas 324 169 450 300 10;
#X floatatom 180 90 5 0 0 0 - - -;
#X obj 180 120 mousefilter;
#X floatatom 180 155 5 0 0 0 - - -;
#X obj 180 188 print num;
#X connect 0 0 1 0;
#X connect 1 0 2 0;
#X connect 2 0 3 0;


More information about the Pd-dev mailing list