-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathcomplex_con.mmb-help.pd
45 lines (45 loc) · 1.49 KB
/
complex_con.mmb-help.pd
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 57 22 889 487 10;
#X obj 25 12 cnv 15 400 35 empty empty complex_con.mmb 20 12 0 14 -4160
-203904 0;
#X obj 25 48 cnv 15 400 50 empty empty empty 20 12 0 14 -203904 -66577
0;
#X text 812 417 .mmb;
#X text 335 356 See also:;
#X obj 119 357 unpack f f;
#X floatatom 117 388 5 0 0 0 - - -;
#X floatatom 180 389 5 0 0 0 - - -;
#X floatatom 196 280 5 0 0 0 - - -;
#X msg 80 147 bang;
#X obj 119 236 pack f f;
#X floatatom 119 206 5 0 0 0 - - -;
#X floatatom 164 207 5 0 0 0 - - -;
#X text 115 182 real;
#X text 165 183 imaginary;
#X obj 407 361 complex_sub.mmb;
#X obj 407 387 complex_sub.mmb~;
#X obj 517 361 complex_add.mmb;
#X obj 517 387 complex_add.mmb~;
#X text 114 139 output output value of stored right inlet value divided
by the stored left inlet value;
#X obj 627 361 complex_mul.mmb;
#X obj 627 387 complex_mul.mmb~;
#X text 45 48 Converts a complex number into its conjugate. Complex
numbers are represented as two-element lists consisting of the real
part and the imaginary part.;
#X text 234 268 single floats are assumed to be real numbers (i.e.
their imaginary part is zero). Of course \, the conjugate of a real
number is itself \, anyway.;
#X obj 119 318 complex_con.mmb;
#X text 487 69 no arguments;
#X text 468 49 [complex_con.mmb];
#X obj 297 387 complex_con.mmb~;
#X obj 737 361 complex_div.mmb;
#X obj 737 387 complex_div.mmb~;
#X connect 4 0 5 0;
#X connect 4 1 6 0;
#X connect 7 0 23 0;
#X connect 8 0 23 0;
#X connect 9 0 23 0;
#X connect 10 0 9 0;
#X connect 11 0 9 1;
#X connect 23 0 4 0;