Roadmap to HISE 5
-
Okay I've replicated the issue. When compiling dsp networks as .dll in the new version of Hise (latest commit) something is wrong. My c++ oscillator aliases.
Wheras, when I compile in an older version of Hise
(HISE-6583025bbac9d7b4524de97e095dd2b85c6fd5be)
The node works as expected without any audio issues. It allows me to load this .dll in both builds of Hise. Which is odd too since there is a version mismatch.I'm making a video one sec -
-
-
Have you looked at the time-domain waveform? This should be visible there too and might give a better clue what went wrong.
You can also send over the node then I'll look if I can reproduce it but I can't think of anything that I've changed that might cause this.
-
I will send you the node if I can't find the cause.
I haven't had any luck yet, I'm going to download a few builds of hise and see where it went wrong.
I'm getting inconsistent behavior.It may be tricky for you to troubleshoot my node, I doubt you want to sift through that code! It's a whole WT engine, 10 headers.
-
@Christoph-Hart I saw you merged my fftw/ipp PR earlier, thank you :) Have you uploaded the FFTW library somewhere? I'm getting ready to update my videos with this new info.
-
@d-healey No but if you make a release on GitHub in the repo you linked above I can just link to the release page where people can download it.
-
@Christoph-Hart Done, and I added the lib as an asset to make it easy.
-
I might have missed it....was there a date set for the next meet-up?
-
@Chazrox Not yet
-
@d-healey sweet. Thanks.
-
Alright, guys, big documentation update just dropped that explains most of the things I've been working on the last month(s).
- modulation system - matrix modulators & scriptnode bridge
- wavetable synth - file drop & script controller including post FX processors
- draggable filter panel - connect to any filter module
Have fun and let me know if you find anything weird.
-
@Christoph-Hart Noice! Will have a read through this soon.
-
Awesome work, thank you very much.
Is there anything I should know about creating c++ nodes with sample accurate modulation, or is it the same as before?
(using parameters + hardcoded network)Also, out of curiosity, is the new WT synth oversampled, and what kind of interpolation does it use at runtime? Looks fun! I see you took the FFT approach for the band limiting.
-
@Christoph-Hart
Thank you! That's awesome!
I'm ready to deep dive into the new wavetable engine! -
@Christoph-Hart Can we do this kind of thing now where each band gets a separate colour?
Also I made a few PR related to the filter panel, not sure how relevant they still are, but hopefully they can be incorporated.
https://github.com/christophhart/HISE/pull/681
https://github.com/christophhart/HISE/pull/705
https://github.com/christophhart/HISE/pull/704 -
Is all this new stuff in the develop branch?
I'm getting close to finishing my first plugin. I don't need any of these new features.
Should I update to the latest develop? Or stick with the current version that's working for me?
Currently on a20873ea7a8c00b251ddae7df8d6e3007f8c5f71 "fix typo" from May 30th.
-
@dannytaurus said in Roadmap to HISE 5:
Is all this new stuff in the develop branch?
That's where the good stuff always is :)
@dannytaurus said in Roadmap to HISE 5:
Should I update to the latest develop?
Yes, if it doesn't work for you, you can always go back.
-
@d-healey said in Roadmap to HISE 5:
Yes, if it doesn't work for you, you can always go back.
Advance! Stop at nothing to advance!
️
️
️