Core Library Reference
The Elementary standard library is available as a named import el
from the
core npm package. This module provides a set of prebuilt signal processing
functions to facilitate more easily assembling larger, complex applications.
import {el} from '@elemaudio/core';
Below lists an index of all available standard library functions, organized by category.
Analysis
Basics
Delays
Dynamics
Filters
- el.allpass
- el.bandpass
- el.biquad
- el.convolve
- el.dcblock
- el.df11
- el.highpass
- el.highshelf
- el.lowpass
- el.lowshelf
- el.notch
- el.peak
- el.pink
- el.pole
- el.scope
- el.sm
- el.smooth
- el.svf
- el.svfshelf
- el.zero