/usr/lib/pd/extra/chaos/rossler-help.pd is in pd-chaos 0.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 | #N canvas 48 298 368 335 10;
#X obj 29 114 metro 50;
#X obj 29 90 tgl 15 0 empty empty empty 20 8 0 8 -262144 -1 -1 0 1
;
#X floatatom 80 89 5 0 0;
#X floatatom 74 285 5 0 0;
#X text 5 66 Calculate;
#X text 113 161 Reset To Initial Conditions;
#X text 115 212 Modify Parameters;
#X floatatom 29 285 5 0 0;
#X floatatom 120 285 5 0 0;
#X text 58 258 Output;
#X text 4 21 Chaos PD Externals - Copyright Ben Bogart 2002;
#X obj 29 177 rossler;
#X msg 115 193 param 0.01 0.39 0.4 5.8;
#X text 5 6 Rossler's Attractor;
#X msg 114 143 reset 0.1 0 0;
#X connect 0 0 11 0;
#X connect 1 0 0 0;
#X connect 2 0 0 1;
#X connect 11 0 7 0;
#X connect 11 1 3 0;
#X connect 11 2 8 0;
#X connect 12 0 11 0;
#X connect 14 0 11 0;
|