Getting started building with hise and C++
-
I have been messing with juce the last week and can i not just use the hise api to build projects if so do i just import the modules into producer for example hi_core etc and go from that, i take it i can't mix and match c++ with an existing project? basically looking for help/procedure for getting started.
Any help would be great? -
-
@d-healey thanks, seems to be a template of it here: https://github.com/christophhart/hise_tutorial/tree/master/ExternalFloatingTileTest
-
There's a better example out there that for a C++ / HISE starting point:
https://github.com/christophhart/vcsl_hise
The one you linked to just shows how to embed a C++ UI component into a scripted interface.
-
@ospfeigrp I started with VCSL example. But first you should get extremely familiar with HISEs modules IMO.
-
@Christoph-Hart and @hisefilo thanks for that i'll check it out but seems to be what i am looking for.