Get Audio File Info not showing URL input name

Steps causing the bug to occur

  1. It does not display name ‘URL’ input as it is in the image in the node library.

Other notes

  • Vuo version: 1.2.7
  • macOS version: macOS 10.12
  • How severely does this bug affect you? Not much; I’m just letting you know about it.

Just a little tweak I expect.

Screen Shot 2019-01-22 at 14.28.18.png

Drag & Drop the audio file in the URL field ?

Yeah it does work as expected, it’s just not displaying the input name :)

This is not a bug. On nodes that have one input port and one output port (like Fetch Image) we show the input port label, but not the output port label, so one port of the node is labeled. On nodes where there is only one input port and multiple output ports, you don’t really need a label, since you can get the input type from the documentation if you don’t know it. On those nodes we omit the input port label to keep the node an uncluttered as possible.

Without having to check it back in the node library every time you can also just click on the port to get the info :

1 Like