Implementing Csound code in Hise
-
Has anyone tried to implement dsp code from csound in Hise?
I don't really familiar with csound but I found there're several good filter functions in the source code.
https://github.com/csound/csound/tree/develop/OpcodesI want to implement some of these in Hise through the third party c++ node but i don't quite know about the structure of csound and a lot of variables passing though the functions make me a little bit confused.
(for example like the "csound", it that basically the signal path?)Any ideas are welcome!
-
it's written in a bit of a different way than I'm used to.
Maybe feed the code for one of the filters into chat gpt and ask it to decode it