File: pow.box

package info (click to toggle)
faust 2.79.3%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 397,496 kB
  • sloc: cpp: 278,433; ansic: 116,164; javascript: 18,529; vhdl: 14,052; sh: 13,884; java: 5,900; objc: 3,852; python: 3,222; makefile: 2,655; cs: 1,672; lisp: 1,146; ruby: 954; yacc: 586; xml: 471; lex: 247; awk: 110; tcl: 26
file content (64 lines) | stat: -rw-r--r-- 1,442 bytes parent folder | download
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
declare version "2.77.2";
declare compile_options "-single -scal ../../build/bin/faust -I dsp -e dsp/pow.dsp -o reference/pow.box";
declare filename "pow.dsp";
declare name "pow";
ID_0 = waveform{0.1f,0.56f,1.3f,8.9f};
ID_1 = !, _;
ID_2 = (ID_0 : ID_1);
ID_3 = ID_2, 3;
ID_4 = (ID_3 : *);
ID_5 = ID_4, 0.5f;
ID_6 = (ID_5 : pow);
ID_7 = ID_4, 0.25f;
ID_8 = (ID_7 : pow);
ID_9 = ID_2, 4;
ID_10 = (ID_9 : *);
ID_11 = ID_10, 0.125f;
ID_12 = (ID_11 : pow);
ID_13 = ID_10, 0.0625f;
ID_14 = (ID_13 : pow);
ID_15 = ID_2, 5;
ID_16 = (ID_15 : *);
ID_17 = ID_16, 2;
ID_18 = (ID_17 : pow);
ID_19 = ID_16, 2.0f;
ID_20 = (ID_19 : pow);
ID_21 = ID_2, 6;
ID_22 = ID_21 : *;
ID_23 = (ID_22 : int);
ID_24 = ID_23, 2;
ID_25 = (ID_24 : pow);
ID_26 = ID_23, 2.0f;
ID_27 = (ID_26 : pow);
ID_28 = ID_2, 7;
ID_29 = (ID_28 : *);
ID_30 = ID_29, 2.0001f;
ID_31 = (ID_30 : pow);
ID_32 = ID_29, 2.0f;
ID_33 = (ID_32 : pow);
ID_34 = ID_2, 8;
ID_35 = (ID_34 : *);
ID_36 = ID_35, 0;
ID_37 = (ID_36 : pow);
ID_38 = ID_35, 1;
ID_39 = (ID_38 : pow);
ID_40 = ID_2, 9;
ID_41 = (ID_40 : *);
ID_42 = ID_41, 0.0f;
ID_43 = (ID_42 : pow);
ID_44 = ID_41, 1.0f;
ID_45 = (ID_44 : pow);
ID_46 = ID_43, ID_45;
ID_47 = ID_39, ID_46;
ID_48 = ID_37, ID_47;
ID_49 = ID_33, ID_48;
ID_50 = ID_31, ID_49;
ID_51 = ID_27, ID_50;
ID_52 = ID_25, ID_51;
ID_53 = ID_20, ID_52;
ID_54 = ID_18, ID_53;
ID_55 = ID_14, ID_54;
ID_56 = ID_12, ID_55;
ID_57 = ID_8, ID_56;
ID_58 = ID_6, ID_57;
process = ID_58;