Add different rendering loop priority to simplify patches #798
Unanswered
60-hz
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When creating a complex visual with cables, the graph always ended with a sequence of trigger to keep thinks organised.
like so:
In order to avoid doing such complex design again and again (defining triggers names, that will change often etc...), and make patches less tedious to read, I wonder if the mainloop couldn't simply been split in different priority set by an Integer. (Gem graphic library from PureData allow to set a number as render priority and it's working very well).
like so:
Beta Was this translation helpful? Give feedback.
All reactions