composition zoom level data missing on file restore

Status: 

Vuo version: 

OS version: 

  • macOS

How severely does this bug affect you?: 

●●○○ — It's annoying but I can work around it.

Steps causing the bug to occur: 

  1. work with a composition at a specific zoom level
  2. close VUO
  3. reopen composition
  4. composition appears "zoomed out"

Have you found a workaround?: 

no

Other notes: 

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.

app/composition crash

Status: 

Vuo version: 

OS version: 

  • macOS

How severely does this bug affect you?: 

●○○○ — Not much; I'm just letting you know about it.

Steps causing the bug to occur: 

  1. go to https://github.com/karl-/vuo-nodes , install node
  2. click to open composition from BIN folder in Finder
  3. vuo begins to start, shows startup splash page, then crashes

Have you found a workaround?: 

Drag file onto VUO icon, or open VUO first, then select file from VUO.

Other notes: 

I believe this is related to the overlay prompt that a composition was created with an earlier version of VUO.

event bug

Status: 

Vuo version: 

OS version: 

  • macOS

How severely does this bug affect you?: 

●●●○ — It prevents me from completing a specific task with Vuo.

Steps causing the bug to occur: 

  1. click on quad rendered in viewer after triggering Update tooltip on Hold Value node, so that events can be viewed
  2. before clicking, note no events
  3. 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.

Compositions: 

AttachmentSize
Binary Data mouse warp_.vuo5.74 KB

window level bug

Status: 

Vuo version: 

OS version: 

  • macOS

How severely does this bug affect you?: 

●○○○ — Not much; I'm just letting you know about it.

Steps causing the bug to occur: 

  1. use VUO with editor and viewer window running.
  2. switch to other app.
  3. click back on editor app.
  4. viewer window does not move to same window level.

Have you found a workaround?: 

no

select input bug

Status: 

Vuo version: 

OS version: 

  • macOS

How severely does this bug affect you?: 

●●○○ — It's annoying but I can work around it.

Steps causing the bug to occur: 

  1. create instance of Select Input
  2. attempt to use bool, real, int to control it
  3. doesn't work

Have you found a workaround?: 

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.

Pages

Subscribe to RSS - macOS