C++ docs missing
-
Hi! It seems that the docs for c++ implementation is missing. Could this be fixed?
-
The docs seem to be quite buggy in general at the moment, lots of dead-end page links.
-
@d-healey Could you do some tutorial in the most simple way? I've watched your youtube and it was great to get started with hise.
-
@isowalle What subject for the tutorial?
-
This project is usually used as the gateway to HISE via C++:
https://github.com/christophhart/vcsl_hise
I would suggest to build it and then play around. The "public interface" for HISE is in this folder:
https://github.com/christophhart/HISE/tree/master/hi_modules/raw
So until the docs work again, you can just read the source code comments (the docs is more or less the same information in HTML format).