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.