/usr/lib/pd/extra/maxlib/deny-help.pd is in pd-maxlib 1.5.5-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 | #N canvas 0 26 437 310 12;
#X text 97 34 written by Olaf Matthes <olaf.matthes@gmx.de>;
#X msg 125 65 cat;
#X msg 147 97 dog;
#X msg 157 126 bird;
#X floatatom 82 269 5 0 0 0 - - -;
#X symbolatom 151 246 10 0 0 0 - - -;
#X obj 114 156 symbol \$1;
#X floatatom 40 81 5 0 0 0 - - -;
#X obj 82 217 route float symbol;
#X obj 82 189 deny 17 cat dog 23;
#N canvas 293 158 494 344 META 0;
#X text 12 126 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 106 AUTHOR Olaf Matthes <olaf.matthes@gmx.de>;
#X text 12 5 KEYWORDS control;
#X text 12 45 DESCRIPTION blocks denied floats or symbols;
#X text 12 66 INLET_0 symbol float;
#X text 12 86 OUTLET_0 float symbol;
#X restore 375 278 pd META;
#X text 32 18 deny :: blocks denied floats or symbols;
#X connect 1 0 6 0;
#X connect 2 0 6 0;
#X connect 3 0 6 0;
#X connect 6 0 9 0;
#X connect 7 0 9 0;
#X connect 8 0 4 0;
#X connect 8 1 5 0;
#X connect 9 0 8 0;
|