/usr/lib/pd/extra/cxc/delta~-help.pd is in pd-cxc 0.5.2-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 | #N canvas 0 31 986 618 10;
#X obj 139 177 delta~;
#X obj 80 44 noise~;
#X obj 83 268 print a;
#X obj 143 267 print b;
#X obj 329 312 dac~;
#X obj 226 47 osc~ 400;
#N canvas 0 0 450 300 (subpatch) 0;
#X array orig 1000 float 0;
#X coords 0 1 999 -1 200 140 1;
#X restore 487 66 graph;
#N canvas 0 0 450 300 (subpatch) 0;
#X array diff 1000 float 0;
#X coords 0 1 999 -1 500 360 1;
#X restore 421 223 graph;
#X obj 129 390 tabwrite~ diff;
#X msg 220 340 bang;
#X floatatom 225 24 5 0 0 0 - - -;
#X obj 139 468 table test;
#X msg 139 442 resize 2205;
#X obj 242 389 tabwrite~ test;
#X obj 243 415 tabwrite~ orig;
#X obj 363 515 print;
#X msg 320 441 bang;
#X obj 316 530 t b;
#X obj 302 552 spigot;
#X obj 345 528 tgl 15 0 empty empty empty 20 8 0 8 -262144 -1 -1 0
1;
#X obj 290 474 tabread~ test;
#X obj 171 532 phasor~ 10;
#X floatatom 171 510 5 0 0 0 - - -;
#X obj 171 556 *~ 2205;
#X obj 147 45 phasor~ 1;
#X obj 160 93 nop~;
#X obj 287 224 metro 100;
#X obj 287 198 tgl 15 0 empty empty empty 20 8 0 8 -262144 -1 -1 0
1;
#X floatatom 173 18 5 0 0 0 - - -;
#X obj 109 77 *~ 0.1;
#X floatatom 86 103 5 0 0 0 - - -;
#X text 308 36 if this sample is larger than last \, value is positive
\, else negative ...;
#X text 308 18 delta~: difference between this and last sample;
#N canvas 397 200 494 344 META 0;
#X text 12 145 HELP_PATCH_AUTHORS Jonathan Wilkes revised the patch
to conform to the PDDP template for Pd version 0.42.;
#X text 12 5 KEYWORDS signal;
#X text 12 105 LIBRARY external cxc;
#X text 12 45 DESCRIPTION difference between this and last sample;
#X text 12 65 INLET_0 signal;
#X text 12 85 OUTLET_0 signal;
#X text 12 25 LICENSE GPL v2;
#X text 12 125 AUTHOR jdl@xdv.org;
#X restore 935 557 pd META;
#X connect 0 0 4 1;
#X connect 0 0 8 0;
#X connect 1 0 29 0;
#X connect 9 0 8 0;
#X connect 9 0 13 0;
#X connect 9 0 14 0;
#X connect 10 0 5 0;
#X connect 17 0 18 0;
#X connect 19 0 18 1;
#X connect 21 0 23 0;
#X connect 22 0 21 0;
#X connect 23 0 20 0;
#X connect 24 0 25 0;
#X connect 25 0 0 0;
#X connect 25 0 13 0;
#X connect 25 0 14 0;
#X connect 26 0 9 0;
#X connect 27 0 26 0;
#X connect 28 0 24 0;
#X connect 29 0 25 0;
#X connect 30 0 29 1;
|