Hydra LFO

Control utilities for Hydra visual synthesizer


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

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

get - Set the current value to a named one.

get(n)
get({n})

Fetches the value stored with the name n and sets it as the current value.

Parameters

Returns

The value saved unter the name specified by n. Can be undefined.

Examples

shape(3, L.get('time').mul(2).use('time', true).sin(1, 0.5, 0.5)).out(o0)

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 » get