Global Cable Bug:
-
@Christoph-Hart
Hip File! I've never heard of them!
You mentioned this earlier but I didn't enquire let me look for it.How do you open these? It's not in the docs when I search for the term
-
-
Curious.
Yours works for sure.The only immediate difference I can see is this:
Mine
YoursYours seems to have (3) whilst mine says (2) I assume this is connections? I never really understood it.
-
@griffinboy lol I just pasted your code and there it creates three cables.
If you don‘t create the other three but use them in your nodes then that‘s your answer: you have to define all cables that you use in the script code, the nodes can not create cables.
-
Oh no sorry, my code was a simplification!
I have many and they are defined in identical fashion.As you can see none of them light up.
I'm going to try and recreate the issue in a new project.
Funny thing is that all cables work when you delete and reimport the nodes. But never on startup
-
@griffinboy does it help when you recompile all nodes (from the tools menu)?
This should reinitialise the cable connections.
-
@Christoph-Hart
Unfortunately not.
I'll work on it and get back to you when I have a smaller project to share. -
Hi, I've been unable to replicate it since, probably due to the complex mess that is the project in question.
And so I'll ask instead, is there any way for me to delete stored data for maybe the cables / dsp networks, so that I can attempt to compile fresh and remake the connections?
I've tried deleting all the project saves and presets, as well as removing and adding back the code for the GCs but neither solved my issue:
As soon as I reload the project XML my global cables disconnect from my nodes. -
plus it would be nice to have a way to delete cables...
Cue: someone telling me just how easy it is...
-
From what I've seen, removing all code that uses a cable, or removing the global cable manager, does the trick: they all disappear.
But yeah, I've not used cables much I've always had issues with them. But they seem to work now, just not in this one project
-
@griffinboy said in Global Cable Bug::
From what I've seen, removing all code that uses a cable, or removing the global cable manager, does the trick: they all disappear.
But yeah, I've not used cables much I've always had issues with them. But they seem to work now, just not in this one project
yeah Ive done this:
"removing all code that uses a cable".... its still there - maybe I missed something.