@HISEnberg Alright man, Thanks!!
Posts
-
RE: Channel Strip helpposted in General Questions
@David-Healey In which folder?
"HISE\Project_Strip\Channel\DspNetworks\Binaries\dll\Dynamic Library"
This one? -
Channel Strip helpposted in General Questions
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.
-
Advanced Panel like Arturia.posted in Newbie League
I love how Arturia has an advanced panel that pops up when you click on a button.
Any way to do that in HISE?

Normal plugin
Advanced mode -
RE: Can't Add Positive Gain in HISE – Am I Missing Something?posted in AI discussion
@the-red_1 I just use a math.mul node with the formula of "+6 dB = 2x the volume" "-6 dB = 0.5x the volume"...
So a range of ±24 dB would be a math.mul node ranging from 0.125 to 8.
-
RE: Project Declaration and Feature Requestsposted in General Questions
@Sifres I just went and looked... That looks SO great.
-
RE: Project Declaration and Feature Requestsposted in General Questions
@pgroslou That's a great resource. Thank You!!
-
RE: Project Declaration and Feature Requestsposted in General Questions
@David-Healey I know about tracktion engine... But I want to do it this way round till the channel strip is built atleast.
The console style Mixer has been a dream of mine since long. And this is a part I want to experiment with. And I'll learn a lot more about plugin design in the process.
Once the channel strip is built, I do plan on looking at tracktion engine for the implementation of playlist, mixer and such basic features of a DAW.
-
Project Declaration and Feature Requestsposted in General Questions
Oof! Didn't think I'd be writing this one this soon.
So, I had started my search for something like HISE for a very specific thing. I wanted to build my own DAW...
I know... Massive dream. Especially for someone who's genuinely a noob at plugin design. But it has always been a dream of mine... I LOVE the console style designs like UAD LUNA or SSL 360...
But well, it IS a mammoth task, so I am breaking it into achievable chunks. I am first trying to build a channel strip plugin that will in future become the console that sits in my DAW. For that channel strip, my plan is to keep the knobs and faders style of the console era, but provide as much digital freedom as possible. For example, with the pan knobs, I wanted to make a pan knob with a crossover frequency that kept the low frequencies unpanned. I wanted a multiband stereo spreader with mono-compatibility. I made both. In HISE. (Got inspired by Boz Digital and Izotope Ozone. Incredible developers there).
What I want here is help to build my dream. Not help in making the plugins... I wanna do that all on my own (I will ask all my doubts and queries here, tho)... I want ideas on how to make this even cooler...
For now, since I am done with the PAN and STEREO plugins, and the output is just going to be a normal fader, the next thing I want to address is the EQ...
(My console idea is SATURATION->FILTERS->GATE->EQ->COMP->PAN/STEREO SHAPING->OUTPUT)
I want you all to give me ideas on what I can implement in these modules to make them stand out, to make them fun. What functionality do you wish there was in an SSL style 4 band parametric EQ (don't say dynamic or spectral tho... Idk how to do that in HISE
)!! -
RE: Frequency/Phase Analyzerposted in General Questions
@HISEnberg That sounds like MORE hassle


But yeah, coding blind, exporting and checking PluginDoctor got me pretty far so I'll continue that. Meanwhile a frequency curve analyser would be great!
-
Frequency/Phase Analyzerposted in General Questions
Is there any way of checking the Frequency/Phase inside of HISE? Like Bertom EQ Curve Analyser or DDMF PluginDoctor?
Having to export vst3 and checking the frequency/phase relationship in PluginDoctor is a hassle, honestly.
-
RE: NAM Model switching logicposted in General Questions
@David-Healey In the same conversation there are 2 replies from scottmire and sinewavekid... Do you have any information on those?
Using a script to change between neural networks? Or using clearModel() to load a new network?
Or if not that either, can you help with the timer to silence thing?
-
RE: NAM Model switching logicposted in General Questions
Well apparently you can just upload zips straight into this forum. Neat.
-
RE: NAM Model switching logicposted in General Questions
@David-Healey Sorry I didn't understand what you mean. Do you want the project where I made that 5 model scriptnode thing? That's in a project called "API", which I made like a few minutes ago after seeing resonant's idea. Meanwhile the neuralNetwork code is from a project called TestPre, which I was working on originally.
-
RE: NAM Model switching logicposted in General Questions
@resonant I'm not preventing s#it... I'm just testing out the waters. So 35-40% CPU usage isn't as big of an issue right now. Just trying to see if my idea can actually be realised. Also what's Aida x?
As much as I gathered from other chats in this forum, you can embed models as json scripts. I'm not sure, as a noob, if I'll be able to do it or not... So I am just going the simplest route I can take and kinda brute forcing it to work.
-
RE: NAM Model switching logicposted in General Questions
@David-Healey
Why is NAM like this... Just give us normies a nice loadModel function in a simple cpp that we can just put in a third party C++ node of our own like#include "./loader.cpp";
Network.loadModel(index+".nam");And Boom, job done.
But nooooooo, it has to be convoluted.
(Sorry for the rant I know it's a lot more complex than that)
-
RE: NAM Model switching logicposted in General Questions
@David-Healey Not a lot of code, I'm doing this 5-model thing in a new project. Here is the code and the scriptnode.


-
RE: NAM Model switching logicposted in General Questions
@resonant This is an acceptable result. Silence is manageable. The white noise bursts are unbearable.
Do you have any place where I can learn how to do this? Is this in the HISE Documentation?
(I'm gonna use this technique to make a Manley Voxbox emulation. There are only 5 gain stages... Well, 10 if you count in the Line and Mic switching... And 20 if you count the xfmr in/out switch... But this can be done... I will make that plugin with this idea. As soon as I can do that silence thing, that is.)