Wavetable monolith file not read when compiling
-
I got a "warning C4715: 'hise::multipage::MonolithData::getJSON': control path return with no value" warning after the "generating code" process when compiling in windows.
The compiling is succussed and I can open both of the compiled standalone and vst but the wavetable is not loaded.
I've tried compiling with monolith and separated files but both are the same result.I followed the path and located this part of code in the source code of HISE (4.0). Seems like it actually did not able to read the monolith file for some reasons but I got no idea and i think i may need some help on fixing it.
Does anyone got any ideas on this?
-
@Allen How did you make your wavetable "monolith"? its a .hwt file right?
-
@Lindon I mean the "wavetables.hwm" in the "Samples" folder
-
@Allen well Im a novice at this all new wavetable with Loris malarky - but according to the documentation this should work
-
okay things get weird...
I reconverted the wavetable.hwm at least 5 times, recompiled hise and even tried compiling a blank preset with only one wavetable synth and i still got the same warning.
Everything works fine except the wavetables are not loaded.... -
@Allen Have you tried just leaving them in the HWT format?
-
@ally
yeah i've tried. also the .hr1 format
but wavetables is still not read... -
okay guys.. finally i fixed it by manually changing the sample folder in a custom setting floating tile.
Both .hwm and .hr1 are work fine now.
The popup installing sample window seens like not works well in this project for some reason...For the warnning C4715, I not quite sure if it actually matters in this case. I bypassed it by simply adding a return 0 but I think it's ok to just leave it alone cuz it won't prevent anything from compiling.