Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seymar/envelope-signal
A class to represent a signal using an envelope constructed from breakpoints.
https://github.com/seymar/envelope-signal
Last synced: 18 days ago
JSON representation
A class to represent a signal using an envelope constructed from breakpoints.
- Host: GitHub
- URL: https://github.com/seymar/envelope-signal
- Owner: seymar
- Created: 2016-08-03T15:40:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-07T14:12:14.000Z (over 8 years ago)
- Last Synced: 2024-12-23T09:36:19.763Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# envelope-signal
A class to represent a signal using an envelope constructed from breakpoints.
Inspiration came from automation envelopes found in [**D**igital **A**udio **W**orkstations](https://en.wikipedia.org/wiki/Digital_audio_workstation) such as Ableton.
Wikipedia stating:
> Commonly DAWs feature some form of automation, often performed through "envelopes".
> Envelopes are procedural line segment-based or curve-based interactive graphs.
> The lines and curves of the automation graph are joined by or comprise adjustable points.
> By creating and adjusting multiple points along a waveform or control events, the user can specify parameters of the output over time`Includes manipulation functions to add, multiply, invert, subtract envelopes