what build of hise and IPP are people using to have working convolution....as ive stated mines broken.
-
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]
-
look @Christoph-Hart i have tried every version of IPP now that is available for download...they all produce a crackling digitized noise with EVERY SINGLE IR i have used from every source via the net..home made etc. EVERY ONE. its broken..and not even just a little. like completely unusable. im not sure why hise breaks every month but i literally just used convolution with IPP in late jan and it worked perfect. now no matter what combination of hise version and IPP version i use basically my plugin ive been working on for 3 years is basically useless.
i just want ONE version of HISE that doesnt break. i had done nothing at all and its just broke..even with just a convolution as the only element of a compiled plugin. whenever IPP is enabled its broken.
-
@mwplugs You said you tried combinations of every Hise version with every IPP version... How Hise could be broken then? I'm sure if you tried all these combinations, at a moment you must have compiled the same working combination that you worked with before right?
Also when you have a working version, you should make a backup before compiling a new one...
Personally, it's working here and I'm sure it's working for many people so the problem has great chances not to be Hise...
I'm on mac though, but I don't know if it makes any difference here...
I'm using Hise from January 20 (I stopped updating since Christoph is on V3), and IPP 2019-4 (versions above are known to cause issues with Hise, at least it happened once for me so I got back to v4...)What is your CPU saying when an IR is crackling?
-
@mwplugs I'm on Windows, built HISE literally just last night with IPP without issues, 2019 IPP version 4, your IPP file should be called w_ipp_2019.4.245.exe if you're going for that version. Are you using a custom IR? Might help to see it so it can be tested.
-
@ustk @LightandSound something that was odd is yestreday when i was trying to remove and try another IPP version it stated it couldnt because it was being used by
mspdbsrv.exenever heard of that before
im really thinking this has something to do with a windows auto update. because i had made no changes to hise or IPP since i had a working version then it just broke
since it seems 2019-v4 is working for everyone what is the branch/version of hise you guys are using on PC that is working with functional convolution also i will attach an example IR i have been making and using them with other programs for about 10 years but ill attach oneAPI.wav
if it doesnt work in a few more tries im gonna try to create a system on another machine on a fresh wondows install and never connect it to the net
-
also in the hise build tutorial vid it skips what IPP options to select when running the installer. there are 4 options..do you select all 4 single and multi 32 and 64 or just single or multi 64 or just multi or single 64? it doesnt state this anywhere in the forum or video
-
-
@d-healey yes this is what i have followed everytime...but it skips the part where he installs IPP
-
@mwplugs He is me :p Go to 10:32 and listen ;)
-
@d-healey ok so both 64 only. well thats another variable i can remove from the madness lol
-
alright now what HISE on pc should i build. i was using a scriptnode version before at this point i have no idea which one that was im so lost. i noticed the addition of "soul" a certain point after it last worked for me
i was considering trying this one https://github.com/christophhart/HISE/tree/27222002c80467e218140eaf3834baa91bc00113
-
I'm using this one at the mo on Windows, Mac, and GNU/Linux.
-
@d-healey which one didnt see a link haha
-
@mwplugs Click
this one
-
thanks il try that with IPP 19v4 now
-
@d-healey just got this error when compiling 32 bit FX from hise
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]
-
ok so i used the 2019 v4 and the build @d-healey suggested. got an error when exporting 32 bit fx above. so itried 64 and it worked but....i still have the terrible distortion as before :( wt...
-
@mwplugs said in what build of hise and IPP are people using to have working convolution....as ive stated mines broken.:
@d-healey just got this error when compiling 32 bit FX from hise
Well you followed my instructions and only installed the 64bit IPP :p If you want 32bit you'll need those libraries - who's using 32bit?
-
yes but regardless even with 64bit i got the same terrible sound. i have a bypass for the IR on the gui and when i switch it off it goes away. ive also tested tons of different IRs so its not that. now there must be something that got installed from auto windows update that is causing the problem. like i said once when i tried to uninstall IPP it hung for like an hour saying it couldnt because it was being used by
mspdbsrv.exethis is a production machine only maschine cubase studio one on here. plugins etc install alot of distributables as well
i tried with multiple audio interfaces...different buffer settings...sample rates...nothing changes it. when IPP is being used it makes a distorted digitzed sound
-
Does this happen inside HISE or only in an exported plugin?