For an automation system in our exhibition (vimeo.com/amcb/xyzt), we would need to launch app triggered by OSC signal. We are translating an old Quartz Composer patch, and we are looking for a simple way to launch an app directly from a VUO patch.
The objective C code of the patch would basically do [NSWorkspace.sharedWorkspace launchApplication:[myNode objectForKey:@"appPath"]];
Feature status
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. Vote your favorite features to the top! (How do Vuo feature requests work?)
- Submitted to vuo.org
- Reviewed by Team Vuo
- Community voted
- Scheduled for implementation
- Released in Vuo 1.2.0
Comments
Thanks for the suggestion! We
Thanks for the suggestion! We're working on this for the next Vuo release.
In Vuo 1.2.0, we added the
In Vuo 1.2.0, we added the
Launch App
node.