Global cable in Hardcoded FX working, then not, then yes, then...
-
@griffinboy sounds very familiar.
@ustk I had this happen very recently to me (it's quite stressful). I forget what I did (if I even did anything), but I managed to get them working again. Just wondering if you clear them from the network, compile the network, add them back in (perhaps with new slot names), does that work for you? Still that would only be a temporary solution, it would be nice to get the bug fixed.
-
This happened to me on a large project. I haven't recovered it yet. My idea was to start from scratch and slowly recreate everything until I discover the issue.
A massive pain for a huge project. I can't offer any help yet as I haven't done it, but that was the only thing I could think to do next, as we tried everything else.
-
@HISEnberg @griffinboy Thanks guys
Yeah I tried all of those, and much more. Removed modules, changed node IDs, deleted cables, cleaned binary folders entirely, even moved the code to the beginning of the onInit script to be sure cables are created asap, tried with broadcaster and cable callbacks...
But none of those gave a satisfying result. They can rarely connect, most of the time they cannot, with no clue on the differences that brings these different results... -
Oh dear xD
That doesn't bode well for the work I was planning to do in the future to mix my project.Global cables have been a bit broken-ish for a long while.
-
@griffinboy @HISEnberg @Christoph-Hart Alright guys, so I've been TOTALLY FOOLED by this sunny Sunday! It appears the issue DOES NOT come from Global Cables.
They are triggering the callbacks but the value is so tiny (e-17 exponent value at most...) that I couldn't see anything. Yeah in fact I could if I would have printed the value at the right moment but I was so blind trying different things... Arffff...For some reasons, it's the Enveloppe Follower that does not modulate the Global Cable once compiled!
Everything is up and running when using the network, but the DLL makes the Enveloppe Follower silent...Here are screenshots in order of appearance (, and UI with HardcodedFX)
Script FX Network
ScriptUI with ScriptFX
ScriptHardcodedFX Module
ScriptUI with HardcodedFX
-
Alright so I finally have good news! I can confirm the Global Cables are indeed working, so I solved my problem by removing the modulation connection from the Attack of the Enveloppe Follower.
As soon as it is connected to a modulator, it refuses to work in a DLLBut connected straight to a Parameter it does work:
@Christoph-Hart Any idea about what could cause this issue?
-
U ustk marked this topic as a question
-
U ustk has marked this topic as solved
-
Ah great that it's starting to work!. In my project, it actually works when freshly compiled, but if you save and reload the project its broken! I haven't checked on the project in a few months, so perhaps its time for me to reconfirm... It possible my issue has been resolved.
-
@griffinboy It's stable here, finger crossed it'll work on your side!
-
@ustk I wonder, what is the reason for modulating the envelope follower's attack?
-
@orange Well it’s not modulation per say as a matter of time modification but it was just connected to a control so I could chose between two constant values. But this two states switch is still seen as "modulation" by Hise
I've just encountered the problem again in another network so I opened an issue on GitHub