I would expect that editor zoom level data would be stored within the file in the same manner that node location data on the editor is, the way notes are, etc.
●●●○ — It prevents me from completing a specific task with Vuo.
Steps causing the bug to occur:
click on quad rendered in viewer after triggering Update tooltip on Hold Value node, so that events can be viewed
before clicking, note no events
after clicking, Update tooltip of Hold Value shows it is receiving a new event every second, despite no Single Clicked event actually occurring. Put another way, Receive Mouse Clicks seems to send an event out of the Single Clicked port despite the trackpad hardware not actually being interacted with, and with no mouse clicks actually happening.
Have you found a workaround?:
no
Other notes:
The composition attached is not necessarily finished, as far as accomplishing what I had intended the composition to actually do. That said, it demonstrates the bug.
Yes. A math object needs to be added to offset any typical 0/1 result, so that it can then work with select input.
Other notes:
Programming generally counts 0. Mix functions work based on 0/1 values, ternary operators return 0/1...logic ops often return 0/1...indices start with 0, etc.
Having to add an extra node to accomplish basic function leads to the possibility of graphs that are much less efficient and require many more steps of computation overall in order to yield the desired result.