spuce icon indicating copy to clipboard operation
spuce copied to clipboard

the header file "spuce/complex.h" is missing.

Open IkerMesa opened this issue 9 years ago • 5 comments

When compiling create_remez_fir.cpp or iir_allpass_variable_cascade.cpp There is no such a file.

IkerMesa avatar Nov 18 '16 12:11 IkerMesa

Replace #include "spuce/complex.h" with #include hopefully will do the trick

audiofilter avatar Nov 18 '16 17:11 audiofilter

Hi,

You didn't finish you comment :-( include what?

IkerMesa avatar Nov 21 '16 07:11 IkerMesa

It was github formatting!

#include "complex" (replace " with angled brackets)

audiofilter avatar Nov 21 '16 17:11 audiofilter

Thank you but there are many headers that are missing. Concretely, in : "iir_allpass_variable_cascade.h" spuce/dsp_functions/math.h <-- i have changed it for math.h directly spuce/fixed/round.h <-- I can't find it. spuce/circ_buffer.h <--- This one is in spuce/dsp_classes

IkerMesa avatar Nov 28 '16 09:11 IkerMesa

Sorry, things were re-arranged and only things that build with Cmake have been verified to have integrity, so there are some other files that are incomplete. I haven't had time to be able to complete those incomplete issues

audiofilter avatar Nov 29 '16 15:11 audiofilter