Support Reroute Nodes / Muting #61
Labels
No labels
abstractions
architecture
bug
distribution
docs
duplicate
enhancement
feature
physical
proposal
question
simulation
tooling
tracker
unconfirmed
ux
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: so-rose/oscillode#61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Reroutes are essential for organizing node graphs, and we really, really want/need them.
Naively, I think we needn't go much further than add logic in the socket base - only the socket base really talks over a link.
In truth, I think we need to be very careful. We need to make sure the reroute case is special-cased whenever our slightly fun
NodeLinkCache
mechanics try to play out.NOTE: We'll want to support muting in the too, in the same vein (I believe it's generally "just" an internal node link).