» Pin Attributes
This site relies heavily on Javascript. You should enable it if you want the full experience. Learn more.

Pin Attributes

Italian | French

Pin Attributes describe the appearance of a data field in vvvv.

Most important is if it is an input or output.

[Input("Input", DefaultValue = 1.0)]
ISpread<double> FInput;
 
[Output("Output")]
ISpread<double> FOutput;

In between the () brackets a comma seperated list of pin attributes can be set like that:
PinAttribute = PinValue,

The value you specify has to be of the pin attributes' type.

All available properties are listed under: pluginspecs/html/AllMembers_T_VVVV_PluginInterfaces_V2_PinAttribute.htm

examples:

Specify a default value for a pin. This is also the value used on ALT+rightclick (reset pin to default).

DefaultValue = 255.0

Specify a not spreadable pin. The pin has only one slice and the user can't change that.

IsSingle = true

Specify the pins visibilty.

Visibility = PinVisibility.Hidden

Speficy a pin to be of type filename to show file-dialog on rightclick.

StringType = StringType.Filename

Creates a dynamic pingroup, where the user can specify the pin count via Inspektor. This will only work in combination with a ISpread<ISpread<T>> with any T.

[Input("Input", IsPinGroup = true)]
ISpread<ISpread<double>> FInput;

anonymous user login

Shoutbox

~3d ago

joreg: vvvvTv S0204 is out: Custom Widgets with Dear ImGui: https://youtube.com/live/nrXfpn5V9h0

~3d ago

joreg: New user registration is currently disabled as we're moving to a new login provider: https://visualprogramming.net/blog/2024/reclaiming-vvvv.org/

~10d ago

joreg: vvvvTv S02E03 is out: Logging: https://youtube.com/live/OpUrJjTXBxM

~12d ago

~14d ago

joreg: Follow TobyK on his Advent of Code: https://www.twitch.tv/tobyklight

~17d ago

joreg: vvvvTv S02E02 is out: Saving & Loading UI State: https://www.youtube.com/live/GJQGVxA1pIQ

~17d ago

joreg: We now have a presence on LinkedIn: https://www.linkedin.com/company/vvvv-group

~24d ago

joreg: vvvvTv S02E01 is out: Buttons & Sliders with Dear ImGui: https://www.youtube.com/live/PuuTilbqd9w

~1mth ago

joreg: vvvvTv S02E00 is out: Sensors & Servos with Arduino: https://visualprogramming.net/blog/2024/vvvvtv-is-back-with-season-2/

~1mth ago