Skip to content

Commit

Permalink
Release 1.0.0. (#41)
Browse files Browse the repository at this point in the history
* Final tweaks.

* Tweak change log.
  • Loading branch information
odub authored Jun 16, 2017
1 parent 5ac3944 commit c1d49d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@
- Added `normalize` option to `mpeInstrument`.
- Added `pitch` option to `mpeInstrument`.
- Added `pitchBendRange` option to `mpeInstrument`.
- Added `clear` method to `mpeInstrument`.

### Changed
- `mpeInstrument` is now the default output of the module, rather than a named
export.
- `normalize` option is set to `true` by default – named properties are now
scaled rather than raw 14-bit integers.
- Extended documentation.

### Removed
- Removed `recorder` class.

[1.0.0]: https://github.com/WeAreRoli/mpejs/compare/v0.1.8...v1.0.0
3 changes: 0 additions & 3 deletions docs/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ toc:
* ES2015 module (recommended)
<pre class='p1 mb1'>import mpeInstrument from 'mpe';</pre>
* CommonJS module
<pre class='p1 mb1'>var mpeInstrument = require('mpe');</pre>
* Script tag
<pre class='p1 mb1'>&lt;script src='path/to/mpe/lib/mpe.min.js'>&lt;/script></pre>
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": "mpe",
"version": "1.0.0-rc.0",
"version": "1.0.0",
"description": "Next generation MIDI for the web",
"keywords": [
"mpe",
Expand Down

0 comments on commit c1d49d8

Please sign in to comment.