I'm trying to publish ports to be controlled in VDMX.
Numeric values are seemingly fine and appear as expected.
But how do you publish menu ports? Like the wave type on the Wave node for example, so it appears as a menu in VDMX.
This used to work in quartz composer Am i missing something?
Thanks
Comments
@lumenav, as of VDMX version
lumenav, as of VDMX version 8.5.0.4, it supports the following published port types: Integer, Real, Color, Boolean, 2D Point, and Text. VDMX doesn't yet support Vuo's menu ports.
In the meantime, you can modify your Vuo composition to convert the menu into an integer, then publish the integer port. For your

Wave
example, you could do it like this:Get Item from List
nodeThen, in VDMX, you can drag the slider from 1 to 3, to switch between sine, triangle, and sawtooth:

wave.vuo
waveform-integer.png
waveform-vdmx.png
AWESOME!
AWESOME! Thank you. Only had vuo 2 days, but loving it so far.
Question in regards to
Question in regards to Published Ports for Image Filter Protocols and published port behavior.
When creating Image Filter Protocol patches for VDMX. The Green "Image" Publish Input port doesn't create an access inside VDMX. If you create an additional published port from a node, and ignore the Green port you can access an input inside VDMX.
Is this correct? I would expect the Standard input port to be accessible in other apps.
Azy, Vuo's Image Filter
Azy, Vuo's Image Filter compositions are meant to be placed in VDMX's
vuoFX
folder (/Users/<you>/Application Support/VDMX/vuoFX
). Then in VDMX, you can find an FX panel and select the Vuo composition as an asset. VDMX will automatically feed the image through the Vuo composition.Understood. this is awesome,
Understood. this is awesome, as I'll be able to save all my data sources. Will let you know if i run into any surprises.