Would be helpful in avoiding Process List
when having to do math (Add Lists
, Multiply Lists
, Calculate List
) on multi-D lists: the results could simply be integrated as new Ds in the original point or list.
Feature status
- Submitted to vuo.org
- Merged
When we (Team Vuo) plan each release, we try to implement as many of the community's top-voted feature requests as we have time for.
Read more about how Vuo feature requests work.
Comments
The ultimate solution to this
The ultimate solution to this would be Iteration: Turn most nodes into iterators by allowing single-value ports to accept lists and Lists within lists. I see how adding 5D, 6D, etc. points could be useful in the meantime, but after discussing with some of the team, we're thinking it would be better not to add these temporary nodes that, for some people, might just clutter their node library, and that would enable us to get to iteration and lists of lists a little bit sooner. If you or anyone else would be interested in a little C coding, it would be pretty straightforward to make custom nodes for as many multi-Ds as you want if you started with the source code for 4D point nodes.
Thanks, if it's coming in
Thanks, if it's coming in some form or another, I'll gladly work with it when it's available.
Looking at the code for
Make 4D Point
, modifying the source code seems straightforward enough. What should I use for compiling (or are there instructions somewhere on how to compile)?Great! Instructions are here:
Great! Instructions are here: http://api.vuo.org/1.2.6/group__DevelopingNodeClasses.html
Quick start
As Qt ask for Xcode, I would write "Install Xcode, Qt, and Qt Creator."
Yeah, good point. For your
Yeah, good point. There's also the Making nodes in C tutorial, which covers the workspace setup in more detail.
Hum... Xcode installed,
Hum... Xcode installed, Command Line Tools installed, Qt and Qt Creator installed, opened a copy of the stateless project. I get this warning, not sure what to do with it: No valid kit found.
Capture d’écran 2017-10-15 à 15.28.35.png
In the transcript of the
In the transcript of the Making nodes in C tutorial, see the Troubleshooting section on the "No valid kits found" message.
Now Qt is saying:
Now Qt is saying:
So I run /usr/bin/xcodebuild in the Terminal and it outputs this:
This is with macOS 10.13 and Xcode 9.
Ugh. Does this help? https:/
Ugh. Does this help? https://stackoverflow.com/questions/17980759/xcode-select-active-develop...
Thanks. In Terminal: sudo
Thanks. In Terminal: sudo xcode-select -s /Applications/Xcode.app/Contents/Developer