what build of hise and IPP are people using to have working convolution....as ive stated mines broken.
-
what build of hise and IPP are people using to have working convolution....as ive stated mines broken.
im on PC using VS2017. compiled convolution sound terrible digitized like a sample rate reduction plugin and distortion. someone please help ive been on this for about 36 hours...
-
Please start a new thread, I don't respond until you start at least 4 asking basically the same thing :p
https://forum.hise.audio/topic/2585/any-reason-while-all-ir-are-digitized-crackly-upon-compile-as-of-late
https://forum.hise.audio/topic/2584/hise-acting-like-i-dont-have-ipp-libraries-installed-ir-sound-horrible-upon-compileI'm not sure how to check the version of IPP I'm using but it's one from around May 2019. I'm using visual studio 2017.
Try compiling without IPP and see if that improves the distortion, if it doesn't then you know it's not caused by the IPP.
-
@d-healey lol. im gonna try to compile without IPP first this second. i just knew i needed it for this project so not using it wasnt even an option. if i remembered i had to change things in project properties. IPP single threaded static or multi?...and code generation...runtime do we use /MT or a different option.
but im gonna start now compiling without IPP with my latest known working script node version from a few months ago..where i used convolution and everything successfully..
i saw the devloper thread i tried that...didnt work either
one second ill coile without IPP
-
ok @d-healey without IPP the distortion and digitized sound does not occur. so what do i do moving forward.
i have 2020 initial release (installed currently)
2019 initial release and 2018 update 2
my project setting are set to single thread static in VS2017
-
I'd uninstall IPP completely and install it again, whichever version you like to start with, if that doesn't work uninstall again and try a different version, keep going until you find one that works or you've tried them all.
-
ive already done that lol. why do you think i have so many different versions haha. the question i was asking people is what version are they using? like you what version is working for you?
-
@d-healey said in what build of hise and IPP are people using to have working convolution....as ive stated mines broken.:
I'm not sure how to check the version of IPP I'm using but it's one from around May 2019.
-
ok ill download the may 20th one and try after uninstalling
-
@d-healey 2019 update 4 (may 20) and current developer branch still produce the same issue wit IPP enabled. trying another version
-
in console it does say
Master Chain:! RELEASE_RESOURCES_CALLED
Master Chain:! RELEASE_RESOURCES_CALLED -
@d-healey also you can see what one you are using because it is in your add remove programs list on PC it says exactly what one it is
-
im 99 percent sure its a setting or something.....
IPP is enabled in projucer.. save and open
so when installing IPP what boxes do you check
i64 single or
i64 single and multior all i32 and i64.
what should you project settings be in VS2017 when compiling hise. single thread static..multithread static...single dll multi dll...
in MFC "use of standard libraries" or something different
in code generation /MT or something different
i have tried every version of IPP now it has to do with some settings
-
-
@mwplugs said in what build of hise and IPP are people using to have working convolution....as ive stated mines broken.:
@d-healey also you can see what one you are using because it is in your add remove programs list on PC it says exactly what one it is
Yeah but that means firing up my Windows machine :p I only do that when I need to compile a project.
Have you changed HISE version since you last had it working successfully?
-
yeah i went all the way back to 2018 update 2 which is the oldest and it still did the same thing so like i said above i think it has to do with setting when compiling in VS2017
-
so i need to know asap..
what version of hise i should be using
what IPP i should be using for vs2017 on pc
i have the proper sdk setups
are there any special settings to change in vs2017..or hise to make IPP work
i really need to get this done and it seems like such a silly thing...
-
what version of hise i should be using
The most recent one you can get to build
what IPP i should be using for vs2017 on pc
ustk said I remember it was risky to go above IPP 2019 v4 with Hiseare there any special settings to change in vs2017..or hise to make IPP work
None that I recall
-
from what branch is best to get it from
-
@mwplugs i always assumed the scriptnode versions with the red x meant they didnt compile
-
alright i may have found a clue @d-healey
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Platforms\Win32\PlatformToolsets \v141\ImportBefore\Intel.Libs.IPP.v141.targets(90,43): error MSB4086: A numeric comparison was attempted on "$(IPPMajor Version)" that evaluates to "" instead of a number, in condition "'$(IPPSingleThreaded)'=='0' AND ('$(UseIntelIPP)' == 'Sequential' OR '$(UseIntelIPP)' == 'Sequential_Dynamic' OR ('$(UseIntelIPP)' == 'true' AND '%(ClCompile.OpenMPSupport) ' != 'true')) AND $(IPPMajorVersion) > 7". [D:\!PLUGINS!\Sting\Binaries\Builds\VisualStudio2017\The Sting_SharedCode.vc xproj]