1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
#N canvas 493 80 557 515 10;
#X obj 0 0 cnv 15 552 40 empty empty velocity 3 12 0 18 -204280 -1
0;
#X obj 0 270 cnv 3 550 3 empty empty inlets 8 12 0 13 -228856 -1 0
;
#X obj 0 333 cnv 3 550 3 empty empty outlets 8 12 0 13 -228856 -1 0
;
#X obj 0 388 cnv 3 550 3 empty empty arguments 8 12 0 13 -228856 -1
0;
#X obj 79 282 cnv 17 3 30 empty empty 0 5 9 0 16 -228856 -162280 0
;
#X obj 0 477 cnv 15 552 21 empty empty empty 20 12 0 14 -233017 -33289
0;
#N canvas 234 351 428 75 Related_objects 0;
#X obj 0 0 cnv 15 425 20 empty empty empty 3 12 0 14 -204280 -1 0;
#X text 6 1 Related Objects;
#X restore 206 481 pd Related_objects;
#N canvas 528 612 379 261 META 0;
#X text 12 141 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42. Updated by Fred Jan Kraan 2016-02.;
#X text 12 104 AUTHOR Olaf Matthes;
#X text 12 25 LICENSE GPL v2;
#X text 12 5 KEYWORDS control random;
#X text 12 85 OUTLET_0 float;
#X text 12 45 DESCRIPTION get velocity of digits per second;
#X text 12 65 INLET_0 bang float;
#X text 12 123 MAINTAINER Fred Jan Kraan <fjkraan@xs4all.nl>;
#X restore 502 480 pd META;
#X obj 79 349 cnv 17 3 17 empty empty 0 5 9 0 16 -228856 -162280 0
;
#X text 107 281 bang;
#X text 107 348 float;
#X text 14 23 get velocity of digits per second;
#X obj 484 4 velocity;
#X floatatom 95 72 5 0 0 0 - - -, f 5;
#X floatatom 95 226 8 0 0 0 - - -, f 8;
#X msg 133 71 bang;
#X obj 95 156 maxlib/velocity;
#X text 107 300 float;
#X text 173 281 - input value;
#X text 173 300 - input value;
#X text 170 347 - produces the inverse interval in seconds between
the current input and the previous;
#X obj -1 419 cnv 3 550 3 empty empty more_info 8 12 0 13 -228856 -1
0;
#X text 78 439 if the new value is smaller than the previous the interval
becomes 'negative'., f 64;
#X connect 13 0 16 0;
#X connect 15 0 16 0;
#X connect 16 0 14 0;
|