Hello there!
I've been using Plugdata (a Pure Data wrapper) to write some FX algorithms and exporting it in C++, using build in HVCC to export source code.
I want to use this code inside Hise, to make a UI for the HVCC headless code. Like, I was expecting @hv_param parameters to show up in Hise like they show in Ableton, if I compile a VST from this C++ code.
I know I have to precompile the code using hise, but when I copy the source to Hise's DSP networks folder, and try to Export/Compile DSP Network as DLL, there is a looooot of code to compile. Is this the right way to do it?
There is a lot I can do with Plugdata in terms of my own algorithms, but not so much with custom UI. And I know it must have a way where I can make a UI in Hise for this exported code I made in Plugdata. Can somebody bring me a light, please?