HISE_USE_EXTENDED_TEMPO_VALUES - causes DLL builds to crash and product builds to fail
-
Have you added the flag to the
Extra Definitions Network DLL
field too? -
@Christoph-Hart wha?
-
@Lindon I don't know when it appeared either :)
-
@d-healey woah, yeah new one on me, I will give it a go...
-
OK so that worked by adding this to the Extra Definitions Network DLL section, so now the obvious question:
@Christoph-Hart .... are there any other preprocessor definitions I need to add in here?
I'm thinking of using:
HISE_MAX_DELAY_TIME_SAMPLES=262144.
So does this need to go in here too?
Any others? Such as
NUM_HARDCODED_FX_MODS
cant see why for this one but what do I know....
-
well I can already report that putting:
HISE_MAX_DELAY_TIME_SAMPLES=262144
in the DLL Extra Definitions crashes HISE on DLL compile.... so that's a no go.
-
I'm experiencing Ableton Crashes here,
Hise project works just fine, But the compiled VST won't show up I Ableton either.
it shows aLive serious message
any Idea?
@Lindon -
@Natan what's your plug in trying to do?
-
@Lindon
I Used HISE_USE_EXTENDED_TEMPO_VALUES on a transport handler,
I Just compiled an Empty project, Error not showing up, let me narrow this down, and see what makes the project crash -
@Lindon BTW, My plugin includes some Faust DSPs.
Latest, Faust + Latest Hise here. -
@Natan not sure Faust will make any difference... you have HISE_USE_EXTENDED_TEMPO_VALUES set in both HISE and your project yes?
-
I've started a new project and began importing modules one by one. Scripts and
HISE_USE_EXTENDED_TEMPO_VALUES
are working fine, but I'm encountering crashes with Faust. I suspect this is due to a messy import from an older version of Hise.I'll rebuild all the networks and see if I can identify the issue.
@Lindon My setup. Looks okay?
-
@Natan apart from not needing any of that iOS stuff - but I cant see it doing any harm - it all looks fine.
-
@Lindon :folded_hands: Yeah, It has no effect here
I'm currently connecting parameters and remaking the DSP networks. I'm doing it one by one, then compiling and testing as I go. I'll figure it out!
-
Okay, it's an issue with the Faust compilation. I need a clear structure for setting up Faust to compile alongside the plugin!
Posting another Thread!