SNEX question
-
Hi everyone! I'm curious about SNEX scripting. Does anyone have any resources that could help with learning SNEX? Is it similar to how DSP is written in JUCE?
-
@KimiA I've created the documentation for some of the most important classes, but I haven't pushed it to the official doc repo yet.
If you have doxygen installed, you can build a HTML version of the docs yourself: Just open
hi_snex/SnexApi
in doxywizard and build it, then the output will then be inhi_snex/html/
(just open theindex.html
file and go from there.I'll include it in the official
docs.hise.audio
reference soon. -
@Christoph-Hart Thank you so much! I've just built the docs and will give them a read.
-
@KimiA And there's a pitch shifter example which shows some real world usage of a SNEX node here:
-
@Christoph-Hart reckon custom filter implementations are a good use-case for SNEX?
-
@iamlamprey Actually for filters I would wait for the FAUST integration as this is the prime use case for this language.
-
@Christoph-Hart First time hearing about FAUST integration. That sounds extremely useful for custom DSP implementations. I can't wait to try it out once it's implemented!
-
@KimiA Yes, it's a Google Summer of Code project that I'm mentoring at the moment.
https://summerofcode.withgoogle.com/programs/2022/projects/cAyIN9Bi
Should be ready in a few months.