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

pin attributes

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

~10h ago

Urbankind: circuitb:Wrongcop is epic! :)

~11h ago

joreg: @tobi: use GetSlice() as the patch i referred you to is demonstrating. or start a forum thread with your patch.

~11h ago

TobiTobsen123: hmm yes i can see the values...but how to handle them as seperate values? I need to forward them via TCP/IP...

~13h ago

joreg: @tobi: OSCDecoder helppatch has a section: OSC_Advanced (bottomright) that demoes decoding of multiple messages

~13h ago

TobiTobsen123: I'm using an OSCDecoder, it receives two arguments...works but how can I seperate the arguments into two seperate values

~16h ago

u7angel: @mediadog, make it a forum question.

~16h ago

u7angel: @mediadog, tty renderer ?

~18h ago

microdee: however non-conductive objects are invisible for this so the pencil and the sticks in the video are still a mysteries