Skip to content

Instantly share code, notes, and snippets.

@sletz
Created December 6, 2024 14:18
Show Gist options
  • Select an option

  • Save sletz/e535b4cd1f06e2008dfc79b567fd5d38 to your computer and use it in GitHub Desktop.

Select an option

Save sletz/e535b4cd1f06e2008dfc79b567fd5d38 to your computer and use it in GitHub Desktop.
multi_filter.dsp execution trace
interp-tracer -trace 4 -input multi_filter.dsp
Filename: multi_filter.dsp
Libfaust version : 2.76.0 (LLVM 19.1.5)
Compiled with additional options :
Using interpreter backend
getName multi_filter
------------------------
init 44100
------------------------
instanceInit 44100
------------------------
classInit 44100
------------------------
instanceConstants 44100
------------------------
instanceResetUserInterface
------------------------
instanceClear
------------------------------
-------- Test impulse --------
----[process = 1-1';]----
------------------------
init 44100
------------------------
instanceInit 44100
------------------------
classInit 44100
------------------------
instanceConstants 44100
------------------------
instanceResetUserInterface
------------------------
instanceClear
------------------------
init 44100
------------------------
instanceInit 44100
------------------------
classInit 44100
------------------------
instanceConstants 44100
------------------------
instanceResetUserInterface
------------------------
instanceClear
------------------------
compute 16
-------- Interpreter 'Inf' trace start --------
opcode 36 kMultReal int 0 real 0 offset1 -1 offset2 -1
Stack [Int: 0] [REAL: 4.000000]
opcode 2 kLoadReal int 0 real 0 offset1 327 offset2 0 name fSlow7
Stack [Int: 0] [REAL: -2348658769943615048598044016640.000000]
opcode 34 kSubReal int 0 real 0 offset1 -1 offset2 -1
Stack [Int: 0] [REAL: 4.000000]
opcode 36 kMultReal int 0 real 0 offset1 -1 offset2 -1
Stack [Int: 0] [REAL: 0.000000]
opcode 0 kRealValue int 0 real 4 offset1 -1 offset2 -1
Stack [Int: 0] [REAL: -564933755589010346255839133696.000000]
opcode 32 kAddReal int 0 real 0 offset1 -1 offset2 -1
Stack [Int: 0] [REAL: 0.000000]
opcode 10 kLoadIndexedReal int 0 real 0 offset1 315 offset2 5 name fRec14
Stack [Int: 6] [REAL: 4.000000]
opcode 1 kInt32Value int 0 real 0 offset1 -1 offset2 -1
Stack [Int: 4] [REAL: 4.000000]
-------- Interpreter 'Inf' trace end --------
Interpreter exit
--------- Control state ---------
Control : /sliders/Band_0_Gain = 0.000000
Control : /sliders/Band_1_Gain = 0.000000
Control : /sliders/Band_2_Gain = 0.000000
Control : /sliders/Band_3_Gain = 0.000000
Control : /sliders/Band_4_Gain = 0.000000
Control : /sliders/Band_5_Gain = 0.000000
Control : /sliders/Band_6_Gain = 0.000000
Control : /sliders/Band_7_Gain = 0.000000
-------------------------------
Interpreter statistics
FP_SUBNORMAL: 0
FP_INFINITE: 0
FP_NAN: 0
INTEGER_OVERFLOW: 0
DIV_BY_ZERO_REAL: 0
DIV_BY_ZERO_INT: 0
CAST_INT_OVERFLOW: 0
NEGATIVE_BITSHIFT: 0
-------------------------------
-------------------------------
Interpreter statistics
FP_SUBNORMAL: 0
FP_INFINITE: 1
FP_NAN: 0
INTEGER_OVERFLOW: 0
DIV_BY_ZERO_REAL: 0
DIV_BY_ZERO_INT: 0
CAST_INT_OVERFLOW: 0
NEGATIVE_BITSHIFT: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment