Hand Code a FX block
-
I want to create my own custom FX block, similar to a ScriptFX, but I want to actually code it (like directly modify the wave using Hise’s Scripting Language). Is there a way to do this? I cannot find any tutorials that aren’t just using the scriptnode editor
-
@eokeefee the scripting language is not fast enough for writing DSP code. If you want to get reasonable (quasi C++ like) performance, you can either use SNEX or directly write C++ nodes.
There are a few examples in the snippet database that use SNEX (just look in the scriptnode snippets for the ones with SNEX in the title).