1.0.4 - 2017-11-16
- Fixed an error where Note On messages were misinterpreted as Control Change messages. Thanks @grz0zrg.
- Updated LICENSE file to match other ROLI ISC licensed projects. Thanks @bensupper.
1.0.3 - 2017-10-18
- Fixed error in docs usage example.
1.0.2 - 2017-06-27
- Added ISC license.
- Fixed scroll positions set by in-page links in docs.
- Fixed script tag src typo in docs. Thanks @manifestinteractive.
1.0.1 - 2017-06-19
- Fixed documentation browser compatibility issues.
1.0.0 - 2017-06-16
- Added
normalize
option tompeInstrument
. - Added
pitch
option tompeInstrument
. - Added
pitchBendRange
option tompeInstrument
. - Added
clear
method tompeInstrument
.
mpeInstrument
is now the default output of the module, rather than a named export.normalize
option is set totrue
by default – named properties are now scaled rather than raw 14-bit integers.- Extended documentation.
- Removed
recorder
class.