aboutsummaryrefslogtreecommitdiff
path: root/doc/ffpoly-help.pd
blob: cf6172ca216123e2f959ebcfc26910114a4f18c5 (plain)
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
#N canvas 0 26 461 404 10;
#X text 85 14 ffpoly - compute a finite field polynomial;
#X msg 103 89 coef 0 \$1;
#X floatatom 103 65 5 0 0 0 - - -;
#X floatatom 181 65 5 0 0 0 - - -;
#X floatatom 257 65 5 0 0 0 - - -;
#X floatatom 334 64 5 0 0 0 - - -;
#X msg 181 89 coef 1 \$1;
#X msg 257 89 coef 2 \$1;
#X msg 334 89 coef 3 \$1;
#X floatatom 38 106 5 0 0 0 - - -;
#X obj 38 350 ffpoly 3 5;
#X text 125 350 creation args: <poly order> <field order>;
#X floatatom 38 384 5 0 0 0 - - -;
#X msg 334 150 order \$1;
#X floatatom 334 125 5 0 0 0 - - -;
#X text 332 174 finite field order;
#X floatatom 335 217 5 0 0 0 - - -;
#X msg 335 242 coefficients \$1;
#X text 271 279 set coefs in packed form;
#X text 203 292 digit representation in base = field order;
#N canvas 379 254 494 344 META 0;
#X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 5 KEYWORDS control;
#X text 12 45 DESCRIPTION compute a finite field polynomial;
#X text 12 65 INLET_0 float coef order;
#X text 12 85 OUTLET_0 float;
#X text 12 25 LICENSE GPL v2;
#X text 12 105 AUTHOR Tom Schouten <tom@zwizwa.be>;
#X restore 412 384 pd META;
#X connect 1 0 10 0;
#X connect 2 0 1 0;
#X connect 3 0 6 0;
#X connect 4 0 7 0;
#X connect 5 0 8 0;
#X connect 6 0 10 0;
#X connect 7 0 10 0;
#X connect 8 0 10 0;
#X connect 9 0 10 0;
#X connect 10 0 12 0;
#X connect 13 0 10 0;
#X connect 14 0 13 0;
#X connect 16 0 17 0;
#X connect 17 0 10 0;