1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
declare version "2.77.2";
declare compile_options "-single -scal ../../build/bin/faust -I dsp -e dsp/vumeter.dsp -o reference/vumeter.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 "vumeter.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 "vumeter";
declare version "1.0";
ID_0 = \(x1).(x1,(x1 : abs : max~(_,(1.0f,(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min) : /) : -) : (10,-3.5f : pow),_ : max : \(x2).(20,(x2 : log10) : *) : hbargraph("[2][unit:dB]", -7e+01f, 5.0f)) : attach), \(x1).(x1,(x1 : abs : max~(_,(1.0f,(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min) : /) : -) : (10,-3.5f : pow),_ : max : \(x2).(20,(x2 : log10) : *) : hbargraph("[2][unit:dB]", -7e+01f, 5.0f)) : attach);
process = ID_0;
|