I’m having some issues with Xpath in beta 18, I’m using a variation of davids get node id patch, to get multiple ID’s of multiple nodes, on start up it outputs a spread of 0’s.
As soon as you open the subpatch it suddenly outputs the correct spread, the work around seems to be not close the patch, but thats not tidy!
I’ll try and make an example…
MMM the simple example doesnt seem to have this problem, only the big patch, I’ll keep trying…
cat
hmmmm2 I’ve fixed the issue by attaching a io value to the output of the subpatch, it seems that forces it to work, theres something not right in there, previously I was use a string output of the id’s. Not sure if this will give you anything much to go on, but something isnt quite right in there!
Fixed by onopen and a NOT attached to the parent pin of the patchalias node, so something isnt initialising on startup properly?
LOL
So that doesnt fix it, on restarting the patch again its not working, disconnecting the io value, and it works!
much strangeness!