Search found 3 matches

by DaCodaDragon
Thu Dec 12, 2024 18:57
Forum: Problems? Bugs? Solutions!
Topic: Wire circular connection lets instances grow but not shrink
Replies: 4
Views: 1812

Re: Wire circular connection lets instances grow but not shrink

For context, I'm creating an OSC controlled score board for an event next year. Since we have 10 players, I need to have 10 titles, 10 scores, etc. To send them over using OSC I was designing a buffer that you can write into given a certain index. Sending data one by one, allows me to be flexible ...
by DaCodaDragon
Sun Dec 08, 2024 14:02
Forum: Problems? Bugs? Solutions!
Topic: Wire circular connection lets instances grow but not shrink
Replies: 4
Views: 1812

Re: Wire circular connection lets instances grow but not shrink

Thanks! While it wasn't exactly the answer I was hoping for it does explain the behavior I'm seeing. I guess I need help with my setup since I'm trying to make "Write buffers". I'll move over to the Wire board for that.
by DaCodaDragon
Sat Dec 07, 2024 22:25
Forum: Problems? Bugs? Solutions!
Topic: Wire circular connection lets instances grow but not shrink
Replies: 4
Views: 1812

Wire circular connection lets instances grow but not shrink

Hi peeps!

I have encountered an issue where I want many nodes to update their instance count using an "Int" attribute. However, I have a circular connection in my patch, but then it no longer allows me to lower the instance count. I was wondering whether this is by design or a bug.

Wire version: 7 ...