Hydra LFO

Control utilities for Hydra visual synthesizer


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

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

noop - Do nothing

noop()

This function performs no operation. It’s mostly used for debugging and testing purposes

Parameters

This function takes no parameters.

Returns

The unmodified input value.

Examples

L.noop().gen()({val: 2}) // == 2
L.time().noop().run({time: 2}) // == 2

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