When programming an OSC sender, it seems like #bundle is not supported. Can this be confirmed? Although I can't find it mentioned more than once in the 1.1 vision (not spec) (https://opensoundcontrol.stanf…les/2009-NIME-OSC-1.1.pdf), it is part of the 1.0 spec that should be supported by 1.1.
From the vendor of the sending software (http://www.vuo.org
QuoteWhen
Send OSC Messages
has only 1 drawer item, it sends a regular OSC message. When it has 2 or more drawer items, it sends the messages as an OSC bundle.Our hypothesis is that the MA3 lighting consoles don't handle OSC bundles.
I also don't get auto-discovery going, so it would be neat to have some more documentation/information about the implementation generally speaking.
QuoteIn order for Vuo to auto-detect an OSC device (in
List OSC Devices
or a Device input editor), the OSC device has to advertise itself over Bonjour (a.k.a. DNS-SD, Zeroconf). Is your MA device doing that? If not, you'll have to useSpecify OSC Output
orSpecify OSC IP Output
.
Cheers!