Skip to content

Commit

Permalink
Rebuild impulse-tests reference files.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Oct 20, 2023
1 parent cfa8f38 commit 258e5dc
Show file tree
Hide file tree
Showing 220 changed files with 46,911 additions and 36,568 deletions.
2 changes: 1 addition & 1 deletion tests/impulse-tests/reference/APF.box
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare version "2.50.2";
declare version "2.68.5";
declare compile_options "-single -scal ../../build/bin/faust -I dsp -e dsp/APF.dsp -o reference/APF.box";
declare library_path0 "/Users/letz/Developpements/faust/tests/impulse-tests/dsp/maxmsp.lib";
declare library_path1 "/Users/letz/Developpements/faust/tests/impulse-tests/dsp/music.lib";
Expand Down
45 changes: 22 additions & 23 deletions tests/impulse-tests/reference/APF.sig
Original file line number Diff line number Diff line change
@@ -1,37 +1,36 @@
// Size = 35
// Size = 34
ID_0 = float(fSamplingFreq);
ID_1 = max(1.0f, ID_0);
ID_10 = ID_7/ID_9;
ID_11 = 0.5f*ID_10;
ID_12 = (ID_11+1.0f);
ID_13 = 1.0f/ID_12;
ID_14 = cos(ID_6);
ID_15 = 2.0f*ID_14;
ID_16 = (0.0f-ID_15);
ID_17 = W0;
ID_18 = proj0(ID_17);
ID_19 = ID_18';
ID_14 = (1.0f-ID_11);
ID_15 = W0;
ID_16 = proj0(ID_15);
ID_17 = ID_16@2;
ID_18 = ID_14*ID_17;
ID_19 = cos(ID_6);
ID_2 = min(1.92e+05f, ID_1);
ID_20 = ID_16*ID_19;
ID_21 = (1.0f-ID_11);
ID_22 = ID_18@2;
ID_23 = ID_21*ID_22;
ID_24 = (ID_20+ID_23);
ID_25 = ID_13*ID_24;
ID_26 = IN[0]-ID_25;
ID_27 = letrec(W0 = (ID_26));
ID_28 = proj0(ID_27);
ID_29 = ID_28@2;
ID_20 = 2.0f*ID_19;
ID_21 = ID_16';
ID_22 = ID_20*ID_21;
ID_23 = (ID_18-ID_22);
ID_24 = ID_13*ID_23;
ID_25 = IN[0]-ID_24;
ID_26 = letrec(W0 = (ID_25));
ID_27 = proj0(ID_26);
ID_28 = ID_27@2;
ID_29 = ID_27@0;
ID_3 = 6.2831855f/ID_2;
ID_30 = ID_28@0;
ID_31 = ID_21*ID_30;
ID_32 = (ID_20+ID_31);
ID_33 = ID_13*ID_32;
ID_34 = ID_29+ID_33;
ID_30 = ID_14*ID_29;
ID_31 = (ID_30-ID_22);
ID_32 = ID_13*ID_31;
ID_33 = ID_28+ID_32;
ID_4 = hslider("Freq",1e+03f,1e+02f,1e+04f,1.0f);
ID_5 = max(0.0f, ID_4);
ID_6 = ID_3*ID_5;
ID_7 = sin(ID_6);
ID_8 = hslider("Q",1.0f,0.01f,1e+02f,0.01f);
ID_9 = max(0.001f, ID_8);
SIG = (ID_34);
SIG = (ID_33);
9 changes: 4 additions & 5 deletions tests/impulse-tests/reference/APF.type
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
Size = 48
Type = NKCVN interval(0,0,-24)
Type = NKCVN interval(1,1,-24)
Type = NKCVN interval(2,2,-24)
Size = 47
Type = NKCVN interval(0,0,0)
Type = NKCVN interval(1,1,0)
Type = NKCVN interval(2,2,0)
Type = NKIVN interval(-1.79769e+308,1.79769e+308,-24)
Type = RBEVN interval(-1,1,-24)
Type = RBEVN interval(-1,1,-24)
Type = RBEVN interval(-100,100,-24)
Type = RBEVN interval(-2,2,-24)
Type = RBEVN interval(-2,2,-24)
Type = RBEVN interval(-49,51,-24)
Type = RBEVN interval(-49,51,-24)
Type = RBEVN interval(-50,50,-24)
Expand Down
2 changes: 1 addition & 1 deletion tests/impulse-tests/reference/BPF.box
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare version "2.50.2";
declare version "2.68.5";
declare compile_options "-single -scal ../../build/bin/faust -I dsp -e dsp/BPF.dsp -o reference/BPF.box";
declare library_path0 "/Users/letz/Developpements/faust/tests/impulse-tests/dsp/maxmsp.lib";
declare library_path1 "/Users/letz/Developpements/faust/tests/impulse-tests/dsp/music.lib";
Expand Down
39 changes: 18 additions & 21 deletions tests/impulse-tests/reference/BPF.sig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Size = 37
// Size = 34
ID_0 = float(fSamplingFreq);
ID_1 = max(1.0f, ID_0);
ID_10 = ID_7/ID_9;
Expand All @@ -8,32 +8,29 @@ ID_13 = ID_9*ID_12;
ID_14 = ID_7/ID_13;
ID_15 = 0.5f*ID_14;
ID_16 = 1.0f/ID_12;
ID_17 = cos(ID_6);
ID_18 = 2.0f*ID_17;
ID_19 = (0.0f-ID_18);
ID_17 = (1.0f-ID_11);
ID_18 = W0;
ID_19 = proj0(ID_18);
ID_2 = min(1.92e+05f, ID_1);
ID_20 = W0;
ID_21 = proj0(ID_20);
ID_22 = ID_21';
ID_23 = ID_19*ID_22;
ID_24 = (1.0f-ID_11);
ID_25 = ID_21@2;
ID_26 = ID_24*ID_25;
ID_27 = (ID_23+ID_26);
ID_28 = ID_16*ID_27;
ID_29 = IN[0]-ID_28;
ID_20 = ID_19@2;
ID_21 = ID_17*ID_20;
ID_22 = cos(ID_6);
ID_23 = 2.0f*ID_22;
ID_24 = ID_19';
ID_25 = ID_23*ID_24;
ID_26 = (ID_21-ID_25);
ID_27 = ID_16*ID_26;
ID_28 = IN[0]-ID_27;
ID_29 = letrec(W0 = (ID_28));
ID_3 = 6.2831855f/ID_2;
ID_30 = letrec(W0 = (ID_29));
ID_31 = proj0(ID_30);
ID_32 = ID_31@0;
ID_30 = proj0(ID_29);
ID_31 = ID_30@0;
ID_32 = (ID_31-ID_20);
ID_33 = ID_15*ID_32;
ID_34 = (0.0f-ID_15);
ID_35 = ID_34*ID_25;
ID_36 = ID_33+ID_35;
ID_4 = hslider("Freq",1e+03f,1e+02f,1e+04f,1.0f);
ID_5 = max(0.0f, ID_4);
ID_6 = ID_3*ID_5;
ID_7 = sin(ID_6);
ID_8 = hslider("Q",1.0f,0.01f,1e+02f,0.01f);
ID_9 = max(0.001f, ID_8);
SIG = (ID_36);
SIG = (ID_33);
11 changes: 4 additions & 7 deletions tests/impulse-tests/reference/BPF.type
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
Size = 51
Type = NKCVN interval(0,0,-24)
Type = NKCVN interval(1,1,-24)
Type = NKCVN interval(2,2,-24)
Size = 48
Type = NKCVN interval(0,0,0)
Type = NKCVN interval(1,1,0)
Type = NKCVN interval(2,2,0)
Type = NKIVN interval(-1.79769e+308,1.79769e+308,-24)
Type = RBEVN interval(-1,1,-24)
Type = RBEVN interval(-1,1,-24)
Type = RBEVN interval(-100,100,-24)
Type = RBEVN interval(-2,2,-24)
Type = RBEVN interval(-2,2,-24)
Type = RBEVN interval(-49,51,-24)
Type = RBEVN interval(-49,51,-24)
Type = RBEVN interval(-4900,5100,-24)
Type = RBEVN interval(-50,50,-24)
Type = RBEVN interval(-inf,inf,-24)
Type = RBEVN interval(-inf,inf,-24)
Type = RBEVN interval(-inf,inf,-24)
Type = RBEVN interval(-inf,inf,-24)
Type = RBEVN interval(0.00327249,62831.9,-24)
Type = RBEVN interval(0.01,100,-24)
Type = RBEVN interval(0.01,100,-24)
Expand Down Expand Up @@ -47,6 +45,5 @@ Type = RSESN interval(-inf,inf,-24)
Type = RSESN interval(-inf,inf,-24)
Type = RSESN interval(-inf,inf,-24)
Type = RSESN interval(-inf,inf,-24)
Type = RSESN interval(-inf,inf,-24)
Type = RSEVN interval(-1,1,-24)
Type = SE interval(-inf,inf,-24) : {RSESN interval(-inf,inf,-24)}
2 changes: 1 addition & 1 deletion tests/impulse-tests/reference/HPF.box
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare version "2.50.2";
declare version "2.68.5";
declare compile_options "-single -scal ../../build/bin/faust -I dsp -e dsp/HPF.dsp -o reference/HPF.box";
declare library_path0 "/Users/letz/Developpements/faust/tests/impulse-tests/dsp/maxmsp.lib";
declare library_path1 "/Users/letz/Developpements/faust/tests/impulse-tests/dsp/music.lib";
Expand Down
50 changes: 24 additions & 26 deletions tests/impulse-tests/reference/HPF.sig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Size = 40
// Size = 38
ID_0 = float(fSamplingFreq);
ID_1 = max(1.0f, ID_0);
ID_10 = ID_7/ID_9;
Expand All @@ -7,36 +7,34 @@ ID_12 = (ID_11+1.0f);
ID_13 = 1.0f/ID_12;
ID_14 = cos(ID_6);
ID_15 = (-1.0f-ID_14);
ID_16 = 2.0f*ID_14;
ID_17 = (0.0f-ID_16);
ID_18 = W0;
ID_19 = proj0(ID_18);
ID_16 = (1.0f-ID_11);
ID_17 = W0;
ID_18 = proj0(ID_17);
ID_19 = ID_18@2;
ID_2 = min(1.92e+05f, ID_1);
ID_20 = ID_19';
ID_21 = ID_17*ID_20;
ID_22 = (1.0f-ID_11);
ID_23 = ID_19@2;
ID_24 = ID_22*ID_23;
ID_25 = (ID_21+ID_24);
ID_26 = ID_13*ID_25;
ID_27 = IN[0]-ID_26;
ID_28 = letrec(W0 = (ID_27));
ID_29 = proj0(ID_28);
ID_20 = ID_16*ID_19;
ID_21 = 2.0f*ID_14;
ID_22 = ID_18';
ID_23 = ID_21*ID_22;
ID_24 = (ID_20-ID_23);
ID_25 = ID_13*ID_24;
ID_26 = IN[0]-ID_25;
ID_27 = letrec(W0 = (ID_26));
ID_28 = proj0(ID_27);
ID_29 = ID_28';
ID_3 = 6.2831855f/ID_2;
ID_30 = ID_29';
ID_31 = ID_15*ID_30;
ID_32 = (ID_14+1.0f);
ID_33 = 0.5f*ID_32;
ID_34 = ID_29@0;
ID_35 = ID_33*ID_34;
ID_36 = ID_31+ID_35;
ID_37 = ID_33*ID_23;
ID_38 = (ID_36+ID_37);
ID_39 = ID_13*ID_38;
ID_30 = ID_15*ID_29;
ID_31 = (ID_14+1.0f);
ID_32 = 0.5f*ID_31;
ID_33 = ID_28@0;
ID_34 = (ID_33+ID_19);
ID_35 = ID_32*ID_34;
ID_36 = (ID_30+ID_35);
ID_37 = ID_13*ID_36;
ID_4 = hslider("Freq",1e+03f,1e+02f,1e+04f,1.0f);
ID_5 = max(0.0f, ID_4);
ID_6 = ID_3*ID_5;
ID_7 = sin(ID_6);
ID_8 = hslider("Q",1.0f,0.01f,1e+02f,0.01f);
ID_9 = max(0.001f, ID_8);
SIG = (ID_39);
SIG = (ID_37);
10 changes: 4 additions & 6 deletions tests/impulse-tests/reference/HPF.type
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
Size = 54
Type = NKCVN interval(0,0,-24)
Type = NKCVN interval(1,1,-24)
Type = NKCVN interval(2,2,-24)
Size = 52
Type = NKCVN interval(0,0,0)
Type = NKCVN interval(1,1,0)
Type = NKCVN interval(2,2,0)
Type = NKIVN interval(-1.79769e+308,1.79769e+308,-24)
Type = RBEVN interval(-1,1,-24)
Type = RBEVN interval(-1,1,-24)
Type = RBEVN interval(-100,100,-24)
Type = RBEVN interval(-2,0,-24)
Type = RBEVN interval(-2,2,-24)
Type = RBEVN interval(-2,2,-24)
Type = RBEVN interval(-49,51,-24)
Type = RBEVN interval(-49,51,-24)
Type = RBEVN interval(-50,50,-24)
Expand Down Expand Up @@ -50,6 +49,5 @@ Type = RSESN interval(-inf,inf,-24)
Type = RSESN interval(-inf,inf,-24)
Type = RSESN interval(-inf,inf,-24)
Type = RSESN interval(-inf,inf,-24)
Type = RSESN interval(-inf,inf,-24)
Type = RSEVN interval(-1,1,-24)
Type = SE interval(-inf,inf,-24) : {RSESN interval(-inf,inf,-24)}
2 changes: 1 addition & 1 deletion tests/impulse-tests/reference/LPF.box
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare version "2.50.2";
declare version "2.68.5";
declare compile_options "-single -scal ../../build/bin/faust -I dsp -e dsp/LPF.dsp -o reference/LPF.box";
declare library_path0 "/Users/letz/Developpements/faust/tests/impulse-tests/dsp/maxmsp.lib";
declare library_path1 "/Users/letz/Developpements/faust/tests/impulse-tests/dsp/music.lib";
Expand Down
42 changes: 20 additions & 22 deletions tests/impulse-tests/reference/LPF.sig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Size = 38
// Size = 36
ID_0 = float(fSamplingFreq);
ID_1 = max(1.0f, ID_0);
ID_10 = hslider("Q",1.0f,0.01f,1e+02f,0.01f);
Expand All @@ -8,33 +8,31 @@ ID_13 = 0.5f*ID_12;
ID_14 = (ID_13+1.0f);
ID_15 = ID_8/ID_14;
ID_16 = 1.0f/ID_14;
ID_17 = 2.0f*ID_7;
ID_18 = (0.0f-ID_17);
ID_19 = W0;
ID_17 = (1.0f-ID_13);
ID_18 = W0;
ID_19 = proj0(ID_18);
ID_2 = min(1.92e+05f, ID_1);
ID_20 = proj0(ID_19);
ID_21 = ID_20';
ID_22 = ID_18*ID_21;
ID_23 = (1.0f-ID_13);
ID_24 = ID_20@2;
ID_25 = ID_23*ID_24;
ID_26 = (ID_22+ID_25);
ID_27 = ID_16*ID_26;
ID_28 = IN[0]-ID_27;
ID_29 = letrec(W0 = (ID_28));
ID_20 = ID_19@2;
ID_21 = ID_17*ID_20;
ID_22 = 2.0f*ID_7;
ID_23 = ID_19';
ID_24 = ID_22*ID_23;
ID_25 = (ID_21-ID_24);
ID_26 = ID_16*ID_25;
ID_27 = IN[0]-ID_26;
ID_28 = letrec(W0 = (ID_27));
ID_29 = proj0(ID_28);
ID_3 = 6.2831855f/ID_2;
ID_30 = proj0(ID_29);
ID_31 = ID_30';
ID_32 = ID_30@0;
ID_30 = ID_29';
ID_31 = ID_29@0;
ID_32 = (ID_31+ID_20);
ID_33 = 0.5f*ID_32;
ID_34 = ID_31+ID_33;
ID_35 = 0.5f*ID_24;
ID_36 = (ID_34+ID_35);
ID_37 = ID_15*ID_36;
ID_34 = (ID_30+ID_33);
ID_35 = ID_15*ID_34;
ID_4 = hslider("Freq",1e+03f,1e+02f,1e+04f,1.0f);
ID_5 = max(0.0f, ID_4);
ID_6 = ID_3*ID_5;
ID_7 = cos(ID_6);
ID_8 = (1.0f-ID_7);
ID_9 = sin(ID_6);
SIG = (ID_37);
SIG = (ID_35);
10 changes: 4 additions & 6 deletions tests/impulse-tests/reference/LPF.type
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
Size = 51
Type = NKCVN interval(0,0,-24)
Type = NKCVN interval(1,1,-24)
Type = NKCVN interval(2,2,-24)
Size = 49
Type = NKCVN interval(0,0,0)
Type = NKCVN interval(1,1,0)
Type = NKCVN interval(2,2,0)
Type = NKIVN interval(-1.79769e+308,1.79769e+308,-24)
Type = RBEVN interval(-1,1,-24)
Type = RBEVN interval(-1,1,-24)
Type = RBEVN interval(-100,100,-24)
Type = RBEVN interval(-2,2,-24)
Type = RBEVN interval(-2,2,-24)
Type = RBEVN interval(-49,51,-24)
Type = RBEVN interval(-49,51,-24)
Type = RBEVN interval(-50,50,-24)
Expand Down Expand Up @@ -47,6 +46,5 @@ Type = RSESN interval(-inf,inf,-24)
Type = RSESN interval(-inf,inf,-24)
Type = RSESN interval(-inf,inf,-24)
Type = RSESN interval(-inf,inf,-24)
Type = RSESN interval(-inf,inf,-24)
Type = RSEVN interval(-1,1,-24)
Type = SE interval(-inf,inf,-24) : {RSESN interval(-inf,inf,-24)}
2 changes: 1 addition & 1 deletion tests/impulse-tests/reference/UITester.box
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare version "2.52.2";
declare version "2.68.5";
declare compile_options "-single -scal ../../build/bin/faust -I dsp -e dsp/UITester.dsp -o reference/UITester.box";
declare author "O. Guillerminet";
declare copyright "(c) O. Guillerminet 2012";
Expand Down
8 changes: 4 additions & 4 deletions tests/impulse-tests/reference/UITester.type
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Size = 44
Type = RBEVN interval(0,1,-24)
Type = RBEVN interval(0,1,-24)
Type = RBEVN interval(0,1,-24)
Type = RBEVN interval(0,1,-24)
Type = RBEVN interval(0,1,0)
Type = RBEVN interval(0,1,0)
Type = RBEVN interval(0,1,0)
Type = RBEVN interval(0,1,0)
Type = RBEVN interval(0,127,-24)
Type = RBEVN interval(0,127,-24)
Type = RBEVN interval(0,127,-24)
Expand Down
2 changes: 1 addition & 1 deletion tests/impulse-tests/reference/bandfilter.box
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare version "2.50.2";
declare version "2.68.5";
declare compile_options "-single -scal ../../build/bin/faust -I dsp -e dsp/bandfilter.dsp -o reference/bandfilter.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";
Expand Down
Loading

0 comments on commit 258e5dc

Please sign in to comment.