Moonbase integration to Hise
-
Hi,
Is there a way to integrate Moonbase to Hise?
I don't really know how to do it with Juce,
Is it possible to have explanations about how integration works? (I asked to Moonbase via mail about informations, really good service. They told me to ask in the forum here, maybe there is a Hise Moonbase people already currently using it?)
-
Short answer, not easily at the moment.
Longer answer:
We're waiting on Christoph to provide a native module to make integration easy. Currently you need to do it by editing the HISE source files. You also need to use the juce8 branch of the JUCE submodule - but that branch doesn't currently work properly so you'll also need to fix that. -
@David-Healey Ok,
Thank you
-
@David-Healey I definitely need an authentication for sure, do you know one ?
-
@Yannrog said in Moonbase integration to Hise:
@David-Healey I definitely need an authentication for sure, do you know one ?
there are a number try soundSync
https://forum.hise.audio/topic/13559/soundsync-reseller-security-serial-management-platform
or Inlay
or HISE activate
-
@Yannrog A little patience, looks like Christoph is working on it: https://github.com/christophhart/HISE/commit/ba646ac6fae0f4e8a1b7c5898d0bb86c9bd0e9fa
-
I did it with Claude in two days. Most of the time was actuallly spend on a bug in the Juce module though, that david helped to fix. In the end I have 3 files in the Hise Source that needed changing.
Its not a gracious proces though.
I need to export first so it creates the batch file and set all files up from hise but it will choke on the Juce module missing. Then switch to Juce 8 (trivial, I have a script to switch easily), add the module / flag in Juce and start the batch file again.
There is some other stuff to set up like an encoded file so the connection can be set up secure and some settings on the Hise side need to be hooked up if you want the screen to dim and audio to block, but you do this once per product in Moonbase.
Honestly it works for me, but looking forward to supported integration. Moonbase is a great platform.