Hydra LFO

Control utilities for Hydra visual synthesizer


Project maintained by oscons Hosted on GitHub Pages — Theme by mattgraham

Hydra LFO » Functions » set «  source: src/components/general.js

set - Set a value

set(v, t)
set({v, t})

Set the

Parameters

Returns

The set value

Examples

Shape(L.set(5))
Shape(L.set(({time}) => time % 5))
Shape(L.set(({time}) => time + 5).)

Other functions in General Hydra LFO utility functions:

Other categories:

Asynchronous functions - General Hydra LFO utility functions - Generator functions - Math related functions - Modifier functions - Time functions -

All functions reference on one page


Hydra LFO » Functions » set