» 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

~4d ago

~7d ago

joreg: The Winter Season of vvvv workshops is now over but all recordings are still available for purchase: https://thenodeinstitute.org/ws23-vvvv-intermediates/

~14d ago

schlonzo: Love the new drag and drop functionality for links in latest previews!

~22d ago

joreg: Workshop on 29 02: Create Sequencers and Precise Clock Based Tools. Signup here: https://thenodeinstitute.org/courses/ws23-vvvv-08-create-sequencers-and-precise-clock-based-tools-in-vvvv-gamma/

~29d ago

joreg: Workshop on 22 02: Unlocking Shader Artistry: A Journey through ‘The Book of Shaders’ with FUSE. Signup here: https://thenodeinstitute.org/courses/ws23-vvvv-12-book-of-shaders/

~1mth ago

joreg: Talk and Workshop on February 15 & 16 in Frankfurt: https://visualprogramming.net/blog/vvvv-at-node-code-frankfurt/

~1mth ago

woei: @Joanie_AntiVJ: think so, looks doable

~1mth ago

xd_nitro: Anyone remember who increased projector brightness by removing some components that product the color?

~1mth ago

Joanie_AntiVJ: This looks super interesting (vectors over network) would anyone here know how to implement this in beta? https://github.com/madmappersoftware/Ponk