SNEX nodes - Waveshaping / Saturation / Distortion?
-
@danh I can. It MOSTLY works pretty well ;)
-
@dustbro said in SNEX nodes - Waveshaping / Saturation / Distortion?:
Same here. I can compile script FX that do not contain SNEX nodes.
Do you get the "frozen" icon on your compiled nodes ? Here I can wrap the network, compiling it doesn't show any errors (seems to go well) but HISE is not using the compiled node.
BTW I didn't try to compile a SNEX node yet because I'm not smart enough ATM to understand how to write SNEX code
-
@matt_sf said in SNEX nodes - Waveshaping / Saturation / Distortion?:
Do you get the "frozen" icon on your compiled nodes ?
I do. Just not on SNEX nodes. You have to use commit 9935411bb9bfcd4be583c93143121ccb75c57fc5 or newer for scriptnode compilation to work.
-
@dustbro I'm on the Dec. 22 commit but I'll try this one, thanks !
-
cannot convert 'this' pointer from 'T'
@Christoph-Hart It looks like and issue the parameter data from the snex nodes. Anything I can do to remedy this?
Edit:
Just did a quick text. It appears to only affect the snex_shaper node. I was able to successfully compile the snex_node. -
@dustbro Good catch, should work now.
-
@christoph-hart Thank you!
-
@dustbro Just to follow up, does the snex_shaper node can be compiled as a dll DSP network?
It crashes here.
-
@orange I'm able to compile SNEX_Node and SNEX_Shaper here.
-
@orange Beware, it's very picky... I have to compile the DSP dll in debug mode to sort out issues. Eventually it works
-
@dustbro said in SNEX nodes - Waveshaping / Saturation / Distortion?:
@orange Beware, it's very picky... I have to compile the DSP dll in debug mode to sort out issues. Eventually it works
So it is still buggy then. Ok I will try the debug mode thanks
-
@dustbro said in SNEX nodes - Waveshaping / Saturation / Distortion?:
@orange Beware, it's very picky... I have to compile the DSP dll in debug mode to sort out issues. Eventually it works
Can use a debug build dll in a release build plugin?
-