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/quadecho.dsp -o reference/quadecho.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 2007";
declare filename "quadecho.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 "quadecho";
declare version "1.0";
ID_0 = hslider("feedback", 1e+02f, 0.0f, 1e+02f, 0.1f);
ID_1 = ID_0, 1e+02f;
ID_2 = (ID_1 : /);
ID_3 = \(x1).(x1,(((hslider("millisecond", 108.7f, 0.0f, 1e+03f, 0.1f),((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),1e+03f : /) : * : int),1 : - : int),65535 : &) : @), ID_2;
ID_4 = (ID_3 : *);
ID_5 = + ~ ID_4;
ID_6 = vgroup("echo 1000", ID_5);
ID_7 = \(x2).(x2,(((hslider("millisecond", 108.7f, 0.0f, 1e+03f, 0.1f),((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),1e+03f : /) : * : int),1 : - : int),65535 : &) : @), ID_2;
ID_8 = (ID_7 : *);
ID_9 = + ~ ID_8;
ID_10 = vgroup("echo 1000", ID_9);
ID_11 = \(x3).(x3,(((hslider("millisecond", 108.7f, 0.0f, 1e+03f, 0.1f),((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),1e+03f : /) : * : int),1 : - : int),65535 : &) : @), ID_2;
ID_12 = (ID_11 : *);
ID_13 = + ~ ID_12;
ID_14 = vgroup("echo 1000", ID_13);
ID_15 = \(x4).(x4,(((hslider("millisecond", 108.7f, 0.0f, 1e+03f, 0.1f),((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),1e+03f : /) : * : int),1 : - : int),65535 : &) : @), ID_2;
ID_16 = (ID_15 : *);
ID_17 = + ~ ID_16;
ID_18 = vgroup("echo 1000", ID_17);
ID_19 = ID_14, ID_18;
ID_20 = ID_10, ID_19;
ID_21 = ID_6, ID_20;
ID_22 = vgroup("stereo echo", ID_21);
process = ID_22;
|