Control utilities for Hydra visual synthesizer
Hydra LFO » Functions » get « source: src/components/general.js
get(n)
get({n})
Fetches the value stored with the name n and sets it as the current value.
n: The name of the value to get, e.g. time to get the current time. Default value is valThe value saved unter the name specified by n. Can be undefined.
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