Right now, attaching outputs of certain data types to inputs of similar data types give you an automatic conversion, sometimes supplying a contextual menu with a few options. I like this a lot, but there are a bunch of intuitive ones that don't seemt to exist. Here is my list of "missing" available conversions in Vuo, some more farfetched than others, with details as necessary:
- Text to 2/3/4D Point
- Real to Color (range of 0 to 1 converts to a color, from black to white, as in QC, with other possible options for R, G, B, RG, etc., or alpha)
- Color to Real (reverse of above)
- Text to Layer/Image (automatically generated text layer)
- Image to Color (average color in image)
- Layer/Image to Scene Object (similar to a QC sprite)
...And there are some list conversions that are unavailable where the non-list version is available:
* 2/3D Points to 4D Points
* 4D Points to 2/3D Points and Reals
* Booleans to Integers and Reals
* Images/Integers/Layers/Reals/SceneObjects/Texts to Booleans
* Integers to 2/3/4D Points
* Reals to 4D Points
* Texts to Integers
* 2/3/4D Points/Booleans/Colors/Images/Integers/Layers/SceneObjects to Texts
This is becoming an ongoing source of frustration for me, particularly the real lack of automatic list conversions. I don't recall the context, but I was recently wanting to convert a list of Integers to Texts and, because the conversion doesn't exist, I had to convert it to a list of Reals first.
Also, it seems to me that if one can convert something to text (in the way that a 2D Point converts to text, not how an image does), one ought to be able to convert it back after.
I didn't test other combinations, like Text to Math Expression List (though I do remember having trouble with this some time ago), but I guess my request is, generally speaking, to take down some of the existing limitations around conversion availability, especially in cases where the conversion is available only if the data is not stored in a list.