Custom Scriptnode Oscillator
-
Hi,
Just wondering whether we can create custom scriptnode oscillator for instance I would like to create maybe a karplus strong or additive oscillator. I hope this should be possible within HISE scriptnode -
I think I've seen posts about this already! Take a look. I've seen people do additive, and Karplus should be okay, you have send and receive nodes (idk exactly what they are called in hise) which allow feedback I think. So you'd just need to stick a noise generator outside the loop, then do a feedback loop and stick filters / processing inside the loop.
-
Hi, thanks for your quick response. I know we can use existing nodes to create physical modelling or anything for that matter. But I would want to create low level from scratch as the nodes presented are hardcoded and not editable. In Reaktor for example we can drill down to core dsp level something similar on the lines would be a great feature in HISE.
-
Check out Snex.
Or c++ Custom nodes.They are basically the same thing, but snex is built in.
If you load in a Snex node you can write c++ style dsp -
Faust might also be a good fit here.
-
@d-healey
I always forget about this. I've not tried it yet -
Thanks a ton, it helps! I have configured FAUST already with HISE. SNEX node on the other hand also sounds good to me.