Contains various unsorted helper methods
- Source:
Methods
-
<static> dynamicPins(node, pins, count, create_callback)
-
Helper function that helps creating a dynamic number of input pins see e.g. Add (Value) for usage
Parameters:
Name Type Description nodeVVVV.Core.Node the node the pins should be added to/removed from
pinsArray the array which holds the VVVV.Core.Pin objects; will be modified by the function
countInteger the desired number of pins
create_callbackfunction the function which actually creates the pin
- Source:
-
<static> prepareFilePath(path, patch) → {String}
-
Translates a relative path to an absolute one (usable by the browser) and replaces variables %VVVV% and %PAGE%
Parameters:
Name Type Description pathString the relative path
patchVVVV.Core.Patch the patch which the above path is relative to
- Source:
Returns:
the absolute path, usable by the browser
- Type
- String
-
<static> translateOperators(l) → {String}
-
Translates a verbous operator (from the nodename) to a symbol
Parameters:
Name Type Description lString The verbous operator
- Source:
Returns:
the operator symbol
- Type
- String