Files @ 9fc653ee7fff
Branch filter:

Location: light9/stubs/noise/__init__.pyi

drewp@bigasterisk.com
WIP redoing how Note works. The new Note outputs EffectSettings only,
and callers have to effect_eval them. Still not sure what SimpleOutputs does.
1
2
3

def noise1(x: float, octaves: int=1, persistence: float=0.5, lacunarity: float=2.0, repeat: int=1024, base: float=0.0): ...
pnoise1 = noise1