» 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

~2d ago

joreg: Workshop on 09 05: Deepdive into the Stride 3D Engine. Signup here: https://thenodeinstitute.org/courses/ss24-vvvv-advanced-3d-rendering-in-vvvv-with-stride/

~2d ago

tekcor: Dear vvvv community, I am leaving my personal fundraiser here because I know many of you personally, sending love https://t.ly/iV9l_

~3d ago

joreg: Rewatch the 24th vvvvorldwide meetup here: https://www.youtube.com/live/gNszIiRAjDo?si=0RXF0pW73EUaRqGk

~3d ago

joreg: LINK - the vvvv summer camp 2024 is announced: https://visualprogramming.net/blog/2024/link-the-vvvv-summer-camp-24/

~5d ago

joreg: Tonight, May 3, vvvv meetup in Berlin or via stream: https://visualprogramming.net/blog/2024/24.-vvvv-worldwide-meetup/

~8d ago

joreg: Workshop on 02 05: Intro to the Stride 3D Engine. Signup here: https://thenodeinstitute.org/courses/ss24-vvvv-intro-to-the-stride-3d-engine-in-vvvv/

~9d ago

joreg: The new vvvv Show-Off-Reel is out: https://vimeo.com/930568091

~15d ago

joreg: The summer season of vvvv workshops at The NODE Institute is out: https://thenodeinstitute.org/ss24-vvvv-intermediates/