Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimmons committed Apr 7, 2017
1 parent ed769d0 commit acc7994
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Fastidious-envelope-generator changelog

## [2.0.0] - 2017-04-06
Major update to internals and API, to be simpler and more robust with different browser implementations of the Web Audio API.

### Changed
- (internally) Use the Web Audio API automation methods in a manner that is less likely to have cross-platform issues (the previous version did not always behave well in Firefox and Safari)
- Change all rate parameters to be time parameters (the reciprocal, effectively), since that is how people tend to think of the parameters

### Removed
- Remove all shape parameters (each envelope phase now has a fixed shape)
- Remove the attackLevel parameter, which seemed not very useful
- Remove the dependency on math-float64-nextafter which was no longer needed

## [1.0.2] - 2017-01-15
### Fixed
- Fixed issue that made rapid attacks starting from 0 not be as rapid as they were supposed to be.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastidious-envelope-generator",
"version": "1.0.2",
"version": "2.0.0",
"description": "Envelope generator (aka ADSR) for the Web Audio API that tries to be well-behaved and artifact-free",
"main": "index.js",
"author": "Russel Simmons <[email protected]>",
Expand Down

0 comments on commit acc7994

Please sign in to comment.