HISE build integration - missing support documentation?

From what I see Elk supports HISE builds, though I cannot find any documentation or support material for it. Has anybody had success with this? If so could you point me in the right direction? :slight_smile:

Hi @briandoliveira,
we worked on HISE more than one year ago when we did a first proof of concept of integration.

Christoph Hart pushed back then a branch for this on HISE’s Github:

and that’s what he used during his ADC 2018 talk:

However, we haven’t done much work since then and, for the Pi3, HISE would have not been a great match given the CPU & RAM constraints. But it does make a lot of sense to resurrect the project for the Pi4, indeed.

If you are familiar with JUCE and want to contribute, basically what needs to be done is merging HISE’s own JUCE fork (embedded in the repository) with our own JUCE fork for headless builds.

Finally, last time I used it HISE had several GUI issues under Linux so I’d recommend to build the instruments using a stable macOS / Windows version.

Cheers,
Stefano