olegkapitonov / tubeAmp-Designer

Standalone software guitar processor, editor of *.tapf profile files for tubeAmp (KPP) and guitar amp profiler.
GNU General Public License v3.0
34 stars 8 forks source link

No such file or directory #6

Closed NaLex248 closed 3 years ago

NaLex248 commented 3 years ago

include "kpp_tubeamp_dsp.h", No such file or directory for a src\processor.cpp file.

There is only a kpp_tubeamp.dsp file.

olegkapitonov commented 3 years ago

Hello, @NaLex248!

faust compiler should generate kpp_tubeamp_dsp.h header from kpp_tubeamp.dsp at the beginning of the build process automatically.

Do you have faust-2.x compiler installed in your system?

Could you please post the output of meson build and ninja -C build commands?

NaLex248 commented 3 years ago

I didn't know it worked like that. I've tried building this on Windows. All is clear, thank you!