Connect HISE to external API
-
I am trying to connect my HISE plugin with an external API, not the HISE API, I have checked the scripting/api folder and I see Engine has a loadfromJSON method I could use if I downloaded the API JSON response on a file, but I don't see where can we connect with external custom API, is that possible?
-
@JulissaDantes Do you mean an http API?
Actually you should find everything to make it work here:
(Both server and file implementation)
https://forum.hise.audio/topic/2807/new-api-server-and-filesystem -
@ustk Thank you, that's what I meant.