cable_expr node
-
I am using some kind of complex trigonometric equations in my scriptnode network to control them. Because of that I am using the
cable_expr
node.When I export the project as a plugin, Hise says "cable_expr node needs to be wrapped into a compileable DSP network".
So we must compile it as a dll? Any tips, warnings for this node?
-
- cable_expr uses SNEX.
- the SNEX compiler is not included in compiled plugins
- => you need to compile every network that uses cable_expr nodes.
-
ok thank you!