/usr/lib/pd/extra/upp/upp.dspintv.pd is in pd-upp 0.1.0-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 | #N canvas 0 22 484 368 10;
#X obj 44 89 inlet;
#X obj 44 296 outlet;
#X obj 247 91 inlet;
#X text 249 72 reset;
#X text 44 71 test;
#X obj 246 275 sig~ 1;
#X obj 246 299 tabsend~ \$0-table;
#X obj 246 238 table \$0-table 1;
#X obj 335 183 switch~;
#X obj 335 87 loadbang;
#X msg 335 113 0;
#X obj 299 275 tabreceive~ \$0-table;
#X msg 293 146 1;
#X obj 247 213 tabwrite \$0-table;
#X msg 247 148 0;
#X obj 44 240 tabread \$0-table;
#X msg 44 144 0;
#X text 45 35 grrrr.org 2016;
#X obj 247 116 b;
#X obj 44 117 route stop;
#X obj 44 193 b;
#X msg 45 215 0;
#X text 45 18 Query time between right and left message input in DSP
ticks;
#X connect 0 0 19 0;
#X connect 2 0 18 0;
#X connect 5 0 6 0;
#X connect 9 0 10 0;
#X connect 10 0 8 0;
#X connect 10 0 13 1;
#X connect 11 0 6 0;
#X connect 12 0 8 0;
#X connect 14 0 13 0;
#X connect 15 0 1 0;
#X connect 16 0 8 0;
#X connect 18 0 12 0;
#X connect 18 0 14 0;
#X connect 19 0 16 0;
#X connect 19 1 20 0;
#X connect 20 0 21 0;
#X connect 21 0 15 0;
|