File: bargraph.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 (34 lines) | stat: -rw-r--r-- 1,038 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
declare version "2.77.2";
declare compile_options "-single -scal ../../build/bin/faust -I dsp -e dsp/bargraph.dsp -o reference/bargraph.box";
declare filename "bargraph.dsp";
declare name "bargraph";
ID_0 = vbargraph("foo0", 0.0f, 1e+01f);
ID_1 = (0 : ID_0);
ID_2 = vbargraph("foo1", 0.0f, 1e+01f);
ID_3 = (10 : ID_2);
ID_4 = vbargraph("foo2", 0.0f, 1e+01f);
ID_5 = (20 : ID_4);
ID_6 = vbargraph("foo3", 0.0f, 1e+01f);
ID_7 = (30 : ID_6);
ID_8 = vbargraph("foo4", 0.0f, 1e+01f);
ID_9 = (40 : ID_8);
ID_10 = ID_7, ID_9;
ID_11 = ID_5, ID_10;
ID_12 = ID_3, ID_11;
ID_13 = ID_1, ID_12;
ID_14 = vbargraph("bar0", 0.0f, 1e+01f);
ID_15 = (0.0f : ID_14);
ID_16 = vbargraph("bar1", 0.0f, 1e+01f);
ID_17 = (10.5f : ID_16);
ID_18 = vbargraph("bar2", 0.0f, 1e+01f);
ID_19 = (21.0f : ID_18);
ID_20 = vbargraph("bar3", 0.0f, 1e+01f);
ID_21 = (31.5f : ID_20);
ID_22 = vbargraph("bar4", 0.0f, 1e+01f);
ID_23 = (42.0f : ID_22);
ID_24 = ID_21, ID_23;
ID_25 = ID_19, ID_24;
ID_26 = ID_17, ID_25;
ID_27 = ID_15, ID_26;
ID_28 = ID_13, ID_27;
process = ID_28;