File: capture.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 (45 lines) | stat: -rw-r--r-- 1,701 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
declare version "2.77.2";
declare compile_options "-single -scal ../../build/bin/faust -I dsp -e dsp/capture.dsp -o reference/capture.box";
declare library_path0 "/Users/letz/Developpements/faust/tests/impulse-tests/dsp/music.lib";
declare library_path1 "/Users/letz/Developpements/faust/tests/impulse-tests/dsp/math.lib";
declare author "Grame";
declare copyright "(c)GRAME 2006";
declare filename "capture.dsp";
declare license "BSD";
declare math_lib_author "GRAME";
declare math_lib_copyright "GRAME";
declare math_lib_deprecated "This library is deprecated and is not maintained anymore. It will be removed in August 2017.";
declare math_lib_license "LGPL with exception";
declare math_lib_name "Math Library";
declare math_lib_version "1.0";
declare music_lib_author "GRAME";
declare music_lib_copyright "GRAME";
declare music_lib_license "LGPL with exception";
declare music_lib_name "Music Library";
declare music_lib_version "1.0";
declare name "capture";
declare version "1.0";
ID_0 = button("Capture");
ID_1 = _, ID_0;
ID_2 = ID_1 : *;
ID_3 = (+ : \(x2).(x2,(((_,(button("Capture") : int) : + : _,(((button("Capture") : int),(button("Capture") : int : mem) : -),0 : <=) : *)~_,1 : - : int),524287 : &) : @));
ID_4 = 1.0f, ID_0;
ID_5 = (ID_4 : -);
ID_6 = _, ID_5;
ID_7 = (ID_6 : *);
ID_8 = ID_3 ~ ID_7;
ID_9 = ID_2 : ID_8;
ID_10 = hslider("level (db)", 0.0f, -96.0f, 4.0f, 0.1f);
ID_11 = _, 0.001f;
ID_12 = ID_11 : *;
ID_13 = _, 0.999f;
ID_14 = (ID_13 : *);
ID_15 = + ~ ID_14;
ID_16 = ID_12 : ID_15;
ID_17 = \(x1).(10,(x1,2e+01f : /) : pow) : ID_16;
ID_18 = (ID_10 : ID_17);
ID_19 = _, ID_18;
ID_20 = ID_19 : *;
ID_21 = ID_9 : ID_20;
ID_22 = vgroup("Audio Capture", ID_21);
process = ID_22;