Plot (or something else) for C++ API
-
HI @Christoph-Hart is there any way to plot to screen a scheme of modules, chains and hierarchies created into a C++ API-made project ?
Something like this?
-
pretty sure you can export the module graph, convert it to xml and throw that onto any visualiser.
-
@Christoph-Hart nice homework teacher :)
-
@hisefilo I haven't found diagram viewer, but online tree viewer yes...
-
@ustk once we got the xml will be easy to plot. my research will be on how to export audio graph
-
Another helpful tool might be raw::Builder::getModuleTreeString()
https://docs.hise.audio/cpp_api/raw/classhise_1_1raw_1_1_builder.html#class-methods
-
@Christoph-Hart will try it!!