I've been using send and receive objects to keep sub-patches tidy, but unfortunately I made the mistake of incorrectly assuming that the scope of these object would be local. In other words, I thought that the value would only be accessible within the same window, and that it would not affect other windows that use the same labels for their send and receive objects.
Are there objects available that are similar to send and receive but can only send/receive values within the same window?
Thank you!