christophhart / HISE

The open source framework for sample based instruments
http://hise.audio
Other
1.02k stars 118 forks source link

"ipp.h" not found #545

Open GrooverMD opened 3 months ago

GrooverMD commented 3 months ago

When compiling a vst plugin I get a fatal error "ipp.h" not found. I found the file in C:\Audio\HISE-4.0.0\melatonin_blur\melatonin\implementations and have add a path to the folder but alas still get the error

davidhealey commented 3 months ago

Have you installed IPP?

GrooverMD commented 3 months ago

Hmm, install IPP, where?

davidhealey commented 3 months ago

It's optional but will improve performance of FFT based stuff on Windows. You can download the installer (OneAPI) from Intel's website - https://www.intel.com/content/www/us/en/developer/tools/oneapi/ipp.html

Or you can just disable the check box in your project preferences if you don't want to use it.