PerlinArray Op
Creates An array filled with Perlin noise values
Summary (oneliner)
Full Name
- Ops.Array.PerlinArray
- Core Op - Official cables op
- MIT
- perlin.js (perlin noise library)
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch Perlin array example
INPUT PORTS
Array in X (Array)
<p>X domain</p>
Array time (Array)
<p>Time domain</p>
Time in Y (Number)
<p>Y domain</p>
Seed 0-1 (Number)
<p>setting to 0 creates a different seed each time the patch is loaded - must be between <code>0 1</code></p>
Frequency (Number)
<p>Noise frequency</p>
OUTPUT PORTS
Array out (Array)
<p>Array out</p>
Array length out (Number)
<p>Length of array</p>