SNEX_Playground
-
I wanted to check out the snex_playground, but the app crashes after building successfully in Xcode.
macOS Mojave 10.14.6
app build with JUCE 5.4.4
Xcode 10.1 -
Oh, I'll take a look, that shouldn't happen.
BTW, the app is just a breakout version of the SNEX editor inside HISE:
- enter scriptnode with the magic spell
- add a
core.jit
node - open the properties then click on the Edit button of the code property (or, a quick shortcut, select the node, press P for the property popup, then O to open the SNEX editor.
It's currently pretty clunky, but I haven't found a good idea yet how to approach SNEX editing.
-
@Christoph-Hart said
BTW, the app is just a breakout version of the SNEX editor inside HISE:
- add a
core.jit
node - open the properties then click on the Edit button of the code property (or, a quick shortcut, select the node, press P for the property popup, then O to open the SNEX editor.
It's currently pretty clunky, but I haven't found a good idea yet how to approach SNEX editing.
ah, I see. So, what exactly can we do with snex? As I understand it, we can extend scriptnode functionality for dsp processing. Is it possible to do frequency-domain processing with snex?
- add a