• Home
  • Documentation
  • Forum
  • Blog
  • Users
    • Map
    • Userlist
    • Businesses
    • Userpages
    • Connections
  • Contributions
    • All
    • Store
  • Downloads
    • vvvv beta
    • vvvv beta previews
  • Store
Show / Hide Table of Contents

Creating Spreads

Manually

See Viewing and Editing Spreads.

Generative

See Spread Generators.

Spreads as Inputs

For most nodes it can be said that the slice count on its output pins is directly defined by the slice count of its inputs. This is easy to grasp when a node's input all have the same slice count.

When a node's inputs have different slice counts what happens is this: The output slice count is defined as the maximum of its input's slicecounts. When accessing slices of inputs that have a lower count the index is taken modulo its own count resulting in a repeated access of only the slices that are available.

If any of a node's inputs is NIL, its output also returns nil.

  • Improve this Doc

© 2020 by vvvv group. Imprint | Privacy Policy.
Thanks to DocFX for building this website. Analytics by Plausible.

Back to top