Channel Strip help
-
I am trying to build my own channel strip plugin using HISE. Where each module has something extra.
So far I've gotten to making 3 modules:
- Pan knob with mono low xover and a haas effect dial
- 3-band Mono-compatible Stereo enhancer with intensity control on top of stereo amount
- Bass enhancer with 2 parallel modules (Harmonics based enhancer and resonant filter based enhancer)
I have compiled each project's scriptnode network into a dll as Panknob.dll, Stereo.dll and bass_enh.dll. Can I somehow get these dll-s into a new "Channel Strip" project where I import these into the script fx page and control the parameters? Saves me from rebuilding the whole node tree.
-
@pratitghosh move all the xml files into the new project and then compile the DLL there
-
@David-Healey In which folder?
"HISE\Project_Strip\Channel\DspNetworks\Binaries\dll\Dynamic Library"
This one? -
@pratitghosh Nope your scriptnode networks exist as
.xmlfiles.So this folder:
HISE\Project_Strip\Channel\DspNetworks\NetworksCopy all of those over and recompile the DLL in your new project.
-
@HISEnberg Alright man, Thanks!!