/usr/lib/pd/extra/smlib/vdelta-help.pd is in pd-smlib 0.12.2-1.
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 | #N canvas 1 53 433 284 10;
#X msg 5 30 1 1 1 1 1 1 1 1 1 1;
#X msg 5 52 1 0 1 0 1 0 1 0 1 0;
#X msg 5 74 0 1 0 1 0 1 0 1 0 1;
#X msg 5 96 0 0 0 0 0 0 0 0 0 0;
#X msg 5 118 -1 -1 0 0 -1 -1 0 0 -1 -1;
#X msg 5 140 0 0 0 0 0 1 1 1 1 1;
#X text 352 205 j#|@2002;
#X obj 373 184 SMLib-help;
#X text 7 3 vdelta: difference between consecutive vectors;
#X obj 5 193 print vdelta;
#X msg 221 31 0;
#X text 111 162 sending a vector of a different;
#X text 111 178 length resets its state;
#X obj 5 170 vdelta;
#X msg 221 57 0 0 0;
#X msg 221 79 1 2 3;
#X msg 221 101 3 2 1;
#N canvas 248 160 494 344 META 0;
#X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 105 AUTHOR Johannes Taelman (johannes.taelman@rug.ac.be)
;
#X text 12 5 KEYWORDS control list_op;
#X text 12 65 INLET_0 list float;
#X text 12 45 DESCRIPTION difference between consecutive vectors;
#X text 12 85 OUTLET_0 list float;
#X restore 374 228 pd META;
#X connect 0 0 13 0;
#X connect 1 0 13 0;
#X connect 2 0 13 0;
#X connect 3 0 13 0;
#X connect 4 0 13 0;
#X connect 5 0 13 0;
#X connect 10 0 13 0;
#X connect 13 0 9 0;
#X connect 14 0 13 0;
#X connect 15 0 13 0;
#X connect 16 0 13 0;
|