C++ effect modules
-
Hi there, how can I use/open c++ written effects modules in HISE? no RNBO .cpp
Thanks
-
@treynterrio Custom scriptnode is probably the way to go - https://docs.hise.dev/scriptnode/manual/third_party.html
-
@d-healey thank you!!!
-
what do I have to write in the node_properties.json file? I tried a to write my parameters inside but when I compile it I've only a slider with the Name "MyParameter"
-
@treynterrio said in C++ effect modules:
what do I have to write in the node_properties.json file?
I can't help here, I've not delved into this realm of HISE.