/usr/lib/pd/extra/cyclone/offer-help.pd is in pd-cyclone 0.1~alpha55-3.
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 | #N canvas 86 120 813 302 10;
#X obj 4 4 cnv 15 400 40 empty empty empty 20 12 0 14 -262130 -66577 0;
#X text 16 264 docs based on the MAX/MSP reference (c) cycling'74
;
#X text 15 278 ___________________________________________________ ;
#X obj 28 22 offer;
#X text 87 22 store x \, y pairs of values (x is int only);
#X obj 111 169 offer;
#X msg 243 121 clear;
#X text 285 120 clear contents;
#X msg 305 66 0 0 \, 1 1.1 \, 2 2.2 \, 3 3.3;
#X floatatom 111 106 5 0 0 0 - - -;
#X text 23 68 x(int) y(may be float) pairs are stored:;
#X obj 111 199 print offer;
#X text 23 91 read corresponding y value and;
#X text 23 104 delete pair:;
#X obj 593 184 offer;
#X obj 593 206 print offer2;
#X obj 593 116 t b b;
#X msg 593 94 bang;
#X msg 593 163 0;
#X msg 623 141 0.23;
#X text 574 165 x:;
#X text 605 140 y:;
#X text 519 57 hit bang and then the x value;
#X text 518 69 again to output stored y:;
#X connect 5 0 11 0;
#X connect 6 0 5 0;
#X connect 8 0 5 0;
#X connect 9 0 5 0;
#X connect 14 0 15 0;
#X connect 16 0 18 0;
#X connect 16 1 19 0;
#X connect 17 0 16 0;
#X connect 18 0 14 0;
#X connect 19 0 14 1;
|