beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

PerlinArray Op



PerlinArray
Namespace: Ops.Array

Op author: andro

Uses library: perlin.js (perlin noise library)

Creates An array filled with Perlin noise values




Inputs

Array in X (Array)

X domain

Array time (Array)

Time domain

Time in Y (Number)

Y domain

Seed 0-1 (Number)

setting to 0 creates a different seed each time the patch is loaded - must be between 0 1

Frequency (Number)

Noise frequency

Outputs

Array out (Array)

Array out

Array length out (Number)

Length of array


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Perlin array example


Patches using PerlinArray

  • Examples
  • Public
  • My Patches

Changelog


created op
2019-07-05 - andro