/usr/lib/pd/extra/cyclone/speedlim-help.pd is in pd-cyclone 0.2~beta1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | #N canvas 622 80 559 465 10;
#X obj 0 438 cnv 15 552 21 empty empty empty 20 12 0 14 -233017 -33289
0;
#X obj 0 223 cnv 3 550 3 empty empty inlets 8 12 0 13 -228856 -1 0
;
#N canvas 602 245 361 228 META 0;
#X text 0 19 LICENSE SIBSD;
#X text 0 114 LIBRARY cyclone;
#X text 0 0 KEYWORDS delay speed limit ms milliseconds;
#X text 0 38 DESCRIPTION speed limit for incoming messages;
#X text 0 57 INLET_0 anything;
#X text 0 95 OUTLET_1 anything;
#X text 0 76 INLET_1 float;
#X text 1 133 VERSION 0.2-beta1;
#X text 1 151 AUTHOR Krzysztof Czaja;
#X text 2 169 RELEASE_DATE 2002;
#X text 3 188 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html
;
#X text 3 220 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan
Wilkes for Pd-extended 0.42 to conform to the PDDP template. Alex Cleveland
updated this patch for Pd-l2ork version 2013.05.28. Fred Jan Kraan
adapted the patch to pd-extended 2015-02-02;
#X restore 502 440 pd META;
#X obj 0 286 cnv 3 550 3 empty empty outlets 8 12 0 13 -228856 -1 0
;
#X obj 0 339 cnv 3 550 3 empty empty arguments 8 12 0 13 -228856 -1
0;
#X obj 0 384 cnv 3 550 3 empty empty more_info 8 12 0 13 -228856 -1
0;
#N canvas 304 363 428 109 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 201 440 pd Related_objects;
#X obj 79 232 cnv 17 3 17 empty empty 0 5 9 0 16 -228856 -162280 0
;
#X obj 79 299 cnv 17 3 17 empty empty 0 5 9 0 16 -228856 -162280 0
;
#X obj 0 0 cnv 15 552 40 empty empty speedlim 3 12 0 18 -204280 -1
0;
#X obj 79 259 cnv 17 3 17 empty empty 1 5 9 0 16 -228856 -162280 0
;
#X obj 490 10 speedlim;
#X text 12 23 speed limit for incoming messages;
#X floatatom 135 197 5 0 0 0 - - -;
#X floatatom 135 66 5 0 0 0 - - -;
#X floatatom 294 73 5 0 10000 0 - - -;
#X text 108 259 float;
#X text 108 231 anything;
#X text 108 298 anything;
#X text 179 231 - message to input;
#X text 90 355 1) float;
#X text 122 396 clock message (as in the max version) not supported
for;
#X text 122 409 obvious reasons.;
#X text 171 65 input;
#X text 332 72 change delay time (ms);
#X text 179 259 - change delay time (ms);
#X obj 58 47 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1 1
;
#X obj 34 197 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 135 139 cyclone/speedlim 1000;
#X obj 58 67 metro 500;
#X msg 224 72 450;
#X msg 258 72 1000;
#X text 179 298 - output message only if minimum delay after last output
is met;
#X text 179 355 - initial delay time;
#X obj 58 90 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X connect 14 0 28 0;
#X connect 15 0 28 1;
#X connect 26 0 29 0;
#X connect 28 0 13 0;
#X connect 28 0 27 0;
#X connect 29 0 28 0;
#X connect 29 0 34 0;
#X connect 30 0 28 1;
#X connect 31 0 28 1;
|