ben-wes / perlin.1d

1D perlin noise for Pure Data (pd) - control rate input/output

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

perlin.1d

1D perlin noise for Pure Data (Pd) - control rate input/output

Install by adding a folder perlin.1d with these files to one of pd's paths. The abstraction perlin.1d expects the arguments:

  • number of octaves
  • persistance value
  • (optional) normalize flag if you want to ensure that the sum of all octaves will not exceed 1

Explanations on Perlin noise (and also the tutorial that this abstraction is based on):

About

1D perlin noise for Pure Data (pd) - control rate input/output

License:The Unlicense