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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182
|
declare version "2.77.2";
declare compile_options "-single -scal ../../build/bin/faust -I dsp -e dsp/comb_bug_exp.dsp -o reference/comb_bug_exp.box";
declare basics_lib_name "Faust Basic Element Library";
declare basics_lib_version "0.1";
declare compilation_options "-single -scal -e comb_bug.dsp -o comb_bug_exp.dsp";
declare delays_lib_name "Faust Delay Library";
declare delays_lib_version "0.1";
declare envelopes_lib_adsr_author "Yann Orlarey";
declare envelopes_lib_ar_author "Yann Orlarey, Stéphane Letz";
declare envelopes_lib_author "GRAME";
declare envelopes_lib_copyright "GRAME";
declare envelopes_lib_license "LGPL with exception";
declare envelopes_lib_name "Faust Envelope Library";
declare envelopes_lib_version "0.0";
declare filename "comb_bug.dsp";
declare filters_lib_fb_fcomb_author "Julius O. Smith III";
declare filters_lib_fb_fcomb_copyright "Copyright (C) 2003-2019 by Julius O. Smith III <jos@ccrma.stanford.edu>";
declare filters_lib_fb_fcomb_license "MIT-style STK-4.3 license";
declare filters_lib_lowpass0_highpass1 "Copyright (C) 2003-2019 by Julius O. Smith III <jos@ccrma.stanford.edu>";
declare filters_lib_name "Faust Filters Library";
declare library_path "/usr/local/share/faust/stdfaust.lib";
declare maths_lib_author "GRAME";
declare maths_lib_copyright "GRAME";
declare maths_lib_license "LGPL with exception";
declare maths_lib_name "Faust Math Library";
declare maths_lib_version "2.1";
declare name "comb_bug";
declare noises_lib_name "Faust Noise Generator Library";
declare noises_lib_version "0.0";
declare signals_lib_name "Faust Signal Routing Library";
declare signals_lib_version "0.0";
ID_0 = _, 12345;
ID_1 = (ID_0 : +);
ID_2 = _, 1103515245;
ID_3 = (ID_2 : *);
ID_4 = ID_3, -1;
ID_5 = (ID_4 : &);
ID_6 = ID_1 ~ ID_5;
ID_7 = ID_6, 2.1474836e+09f;
ID_8 = (ID_7 : /);
ID_9 = button("gate");
ID_10 = (ID_9 : mem);
ID_11 = ID_9, ID_10;
ID_12 = (ID_11 : <=);
ID_13 = \(x1).(x1,(x1,0 : >) : +), ID_12;
ID_14 = (ID_13 : *);
ID_15 = (ID_11 : >);
ID_16 = ID_14, ID_15;
ID_17 = (ID_16 : +);
ID_18 = ID_17 ~ _;
ID_19 = hslider("env_a", 0.95f, 0.001f, 1.0f, 0.01f);
ID_20 = fconstant(int fSamplingFreq, <math.h>);
ID_21 = 1.0f, ID_20;
ID_22 = (ID_21 : max);
ID_23 = 1.92e+05f, ID_22;
ID_24 = (ID_23 : min);
ID_25 = ID_19, ID_24;
ID_26 = (ID_25 : *);
ID_27 = 1, ID_26;
ID_28 = (ID_27 : max);
ID_29 = 1, ID_28;
ID_30 = (ID_29 : /);
ID_31 = ID_18, ID_30;
ID_32 = (ID_31 : *);
ID_33 = hslider("env_r", 0.95f, 0.001f, 1.0f, 0.01f);
ID_34 = ID_33, ID_24;
ID_35 = (ID_34 : *);
ID_36 = 1, ID_35;
ID_37 = (ID_36 : max);
ID_38 = 1, ID_37;
ID_39 = (ID_38 : /);
ID_40 = ID_28, ID_39;
ID_41 = (ID_40 : *);
ID_42 = 1, ID_41;
ID_43 = (ID_42 : +);
ID_44 = ID_18, ID_39;
ID_45 = (ID_44 : *);
ID_46 = ID_43, ID_45;
ID_47 = (ID_46 : -);
ID_48 = ID_32, ID_47;
ID_49 = 0, _;
ID_50 = hslider("vitesse", 127.0f, 0.0f, 127.0f, 1.0f);
ID_51 = ID_50, 127.0f;
ID_52 = / : float;
ID_53 = (ID_51 : ID_52);
ID_54 = _, ID_53;
ID_55 = ID_54 : *;
ID_56 = max : ID_55;
ID_57 = ID_49 : ID_56;
ID_58 = min : ID_57;
ID_59 = (ID_48 : ID_58);
ID_60 = ID_8, ID_59;
ID_61 = (ID_60 : *);
ID_62 = _, ID_9;
ID_63 = (ID_62 : +);
ID_64 = ID_10, ID_9;
ID_65 = (ID_64 : >=);
ID_66 = _, ID_65;
ID_67 = (ID_66 : *);
ID_68 = ID_63 ~ ID_67;
ID_69 = 0.1f, ID_24;
ID_70 = (ID_69 : *);
ID_71 = 1, ID_70;
ID_72 = (ID_71 : max);
ID_73 = 1, ID_72;
ID_74 = (ID_73 : /);
ID_75 = ID_68, ID_74;
ID_76 = (ID_75 : *);
ID_77 = 0.01f, ID_24;
ID_78 = (ID_77 : *);
ID_79 = 1, ID_78;
ID_80 = (ID_79 : max);
ID_81 = 0.0f, ID_80;
ID_82 = (ID_81 : /);
ID_83 = ID_72, ID_82;
ID_84 = (ID_83 : *);
ID_85 = 1, ID_84;
ID_86 = (ID_85 : +);
ID_87 = ID_68, ID_82;
ID_88 = (ID_87 : *);
ID_89 = ID_86, ID_88;
ID_90 = (ID_89 : -);
ID_91 = ID_90, 1.0f;
ID_92 = (ID_91 : max);
ID_93 = ID_76, ID_92;
ID_94 = (ID_93 : min);
ID_95 = _, 1;
ID_96 = ID_9, 0;
ID_97 = (ID_96 : ==);
ID_98 = _, ID_97;
ID_99 = ID_98 : *;
ID_100 = + : ID_99;
ID_101 = (ID_95 : ID_100);
ID_102 = ID_101 ~ _;
ID_103 = 1.0f, ID_80;
ID_104 = (ID_103 : /);
ID_105 = ID_102, ID_104;
ID_106 = (ID_105 : *);
ID_107 = ID_94, ID_106;
ID_108 = ID_49 : max;
ID_109 = - : ID_108;
ID_110 = (ID_107 : ID_109);
ID_111 = ID_61, ID_110;
ID_112 = * : _;
ID_113 = ID_111 : ID_112;
ID_114 = _, 0;
ID_115 = 0, ID_114;
ID_116 = \(x2).(((x2,(1025,(0,((((((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : / : floor) : -),0.06f : <=),(((((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : / : floor) : -),0.95f : >=),((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),(((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),(((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),0.0006735f : *),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /) : -) : select2),(((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),(((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),0.0006735f : *),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /) : +) : select2 : float),1.0f : - : int) : max) : min) : @),(1,(((((((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : / : floor) : -),0.06f : <=),(((((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : / : floor) : -),0.95f : >=),((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),(((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),(((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),0.0006735f : *),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /) : -) : select2),(((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),(((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),0.0006735f : *),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /) : +) : select2 : float),1.0f : -),((((((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : / : floor) : -),0.06f : <=),(((((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : / : floor) : -),0.95f : >=),((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),(((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),(((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),0.0006735f : *),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /) : -) : select2),(((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),(((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),0.0006735f : *),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /) : +) : select2 : float),1.0f : - : floor) : -) : -) : *),((x2,(1025,(0,(((((((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : / : floor) : -),0.06f : <=),(((((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : / : floor) : -),0.95f : >=),((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),(((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),(((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),0.0006735f : *),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /) : -) : select2),(((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),(((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),0.0006735f : *),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /) : +) : select2 : float),1.0f : - : int),1 : +) : max) : min) : @),(((((((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : / : floor) : -),0.06f : <=),(((((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : / : floor) : -),0.95f : >=),((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),(((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),(((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),0.0006735f : *),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /) : -) : select2),(((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),(((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),0.0006735f : *),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /) : +) : select2 : float),1.0f : -),((((((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : / : floor) : -),0.06f : <=),(((((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : / : floor) : -),0.95f : >=),((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),(((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),(((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),0.0006735f : *),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /) : -) : select2),(((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /),(((1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min),0.0006735f : *),(hslider("freq", 2e+02f, 2e+02f, 8e+02f, 1.0f) : _,(1.0f,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : -) : * : +~(_,(0,(-1.0f,((0,0.001f,1.0f : select2),(1.92e+05f,(1.0f,fconstant(int fSamplingFreq, <math.h>) : max) : min : float) : *) : / : exp),0.0f : select2) : *)) : /) : +) : select2 : float),1.0f : - : floor) : -) : *) : +), _;
ID_117 = (+ <: ID_116);
ID_118 = hslider("comb_res", 0.999f, -0.999f, 0.999f, 0.01f);
ID_119 = ID_118, -1;
ID_120 = (ID_119 : *);
ID_121 = 0, ID_120;
ID_122 = (ID_121 : -);
ID_123 = _, ID_122;
ID_124 = (ID_123 : *);
ID_125 = ID_117 ~ ID_124;
ID_126 = hslider("gain", 0.8f, 0.0f, 1.0f, 0.01f);
ID_127 = _, 0.001f;
ID_128 = _, 0.999f;
ID_129 = (ID_128 : *);
ID_130 = + ~ ID_129;
ID_131 = * : ID_130;
ID_132 = ID_127 : ID_131;
ID_133 = (ID_126 : ID_132);
ID_134 = _, ID_133;
ID_135 = (ID_134 : *);
ID_136 = !, ID_135;
ID_137 = ID_136 : mem;
ID_138 = ID_125 : ID_137;
ID_139 = select2 : ID_138;
ID_140 = (ID_115 : ID_139);
ID_141 = ID_140, _;
ID_142 = 0, ID_141;
ID_143 = _, 0.3f;
ID_144 = ID_143 : *;
ID_145 = select2 : ID_144;
ID_146 = ID_142 : ID_145;
ID_147 = _, _;
ID_148 = ID_146 <: ID_147;
ID_149 = ID_113 <: ID_148;
process = ID_149;
|