Scriptnode graph new feature, am I dreaming...
-
100% alpha, but it compiles (at least on Windows and macOS, but Linux should be fine too) and you can play around with it.
-
@Christoph-Hart The scripting call availability is awesome
So is this safe to use in a slider callback instead of creating a graph parameter the old fashion ? -
@Christoph-Hart I try to compile on mac almost at every commit you've made since I've seen some mac compile fixes lately but with no luck
-
No, it involves allocation and object creation and is undoable, so it's not safe to use in a slider callback that might be automated...
-
@ustk said in Scriptnode graph new feature, am I dreaming...:
I try to compile on mac almost at every commit you've made since I've seen some mac compile fixes lately but with no luck
Oh OK, I'll check it on macOS then. It compiled last week so the changes I made since then shouldn't be to hard to fix.
-
@Christoph-Hart I'm checking again to be sure we're on the same commit...
-
[screeching intensifies]
-
@ustk This one should compile on macOS:
https://github.com/christophhart/HISE/commit/069e7a203561787c83c1b7a597aad17ad0f57e79
(at least it did here).
-
@Christoph-Hart That one instantly fails:
-
Ah try the
snex_workbench
project, the HISE projucer file hasn't been updated yet. -
@Christoph-Hart Oh I see, I'm trying...