Hardcoded Master FX keeps crashing
-
@Lindon where? can't find 'em
-
@11235813 less than a minute of searching...
Do SNEX nodes have a limit of 9 parameters?
I'm getting some weird stuff here where my 11th parameter isn't updating an internal boolean, yet I'm doing the exact same thing with all my other parameters...
Forum (forum.hise.audio)
Harcoded Master FX 16 Parameter Limit.
I wanted to move this to the bug report area so that it doesn't get forgotten. I've referenced the original topic below. But to briefly summarize the issue: ...
Forum (forum.hise.audio)
-
@Allen apparently it's "not a valid win32 application".
-
@Lindon thx, but how do i change the pre-processor flags? eli5
-
@Lindon also i installed hise pre-compiled
-
@11235813
there should be a .vcxproj file if you didn't clean the build. Open it up with your Visual Studio 2017 or 2022 ( the same version your compiled), and run it in debug mod. -
@11235813 said in Hardcoded Master FX keeps crashing:
@Lindon also i installed hise pre-compiled
...then the probability of you compiling a dll is very small, to do any compilation work - dll or plugin - you will need to have your build/tool chain set up correctly - to assure yourself you have this you need to build HISE from source.
-
@Lindon Somehow, I managed to compile HISE, changed the flag and all, but it still crashes when I load in, well, this time, ANY hardcoded FX. Please help
-
@11235813 go build a simple project - with a simple sine wave generator - see if you can compile that and run it.
-
@Lindon instructions unclear, tried to compile a one-oscillator scriptnode, and the hardcoded fx said "no dll loaded"
-
@Lindon actually, this time i exported the dll as a release and now when i try to delete the script fx it says "kill voices" and crashes
-
@11235813 no make a simple project with just a sine wave generator in it, no script FX nothing, and save and compile that.
-
@Lindon so yeah. can't run a simple sine wave. any alternatives to hise for vst development?
-
@11235813 what do you mean cant run?
-
@Lindon wait... just read the "no script fx" message. how do i add a sine wave generator?
-
@Lindon nvm. figured it out, still won't export. obviously something is horribly wrong with my hise distro. any alternatives to hise?
-
@11235813 uits becuase you are not building HISE from source...
go watch David's video about how to do that - remove all the versions of HISE you have and start again.
- short answer no there is no alternative to HISE - either you do it yourself in HISE or hare someone to do it for you.
-
@Lindon Tried, failed. Apparently I'm missing the file "iasiodrv.h"
-
@11235813 said in Hardcoded Master FX keeps crashing:
Apparently I'm missing the file "iasiodrv.h"
You need to extract the SDK to the tools folder.
-
@d-healey I did. Please help, I downloaded v4.0.0 source code from GitHub