» 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

~5min ago

christosk: Thanx Elliot! UnixPath worked fine :-)

~30min ago

elliotwoods: or 'unix path' (for forward slash). also custom deliminators are accepted on other pins

~30min ago

elliotwoods: @christosk : check for 'dos path'

~40min ago

christosk: What's the node to use in order to separate elements inside a string by using slashes? Separate doesn't give a Slash enumeration.

~4h ago

metrowave: vvvv not loading, it says 'no DLLs were found in the waterfall procedure' to do with error at loading ippSP library. any ideas?

~6h ago

fjen: Kaiser #BYOB this saturday ... check forum for details

~6h ago

catweasel: is there a max number of audio outs? I seem to have found one...

~7h ago

manuel: @cat thats quite a lot of money. im intereseted in the automatic calibration

~7h ago

manuel: I remember had a problem with framebuf on b25, but didn't find the forum thread about it.

~8h ago

u7angel: @mediadog, framebuf works with 27.2. i just tried it. no idea whats your problem with it.