ableton-js
Advanced tools
Comparing version 2.7.1 to 2.7.2
@@ -7,4 +7,10 @@ ### Changelog | ||
#### [v2.7.2](https://github.com/leolabs/ableton.js/compare/v2.7.1...v2.7.2) | ||
- :bug: Fix runtime error caused by accessing a missing variable [`83427ac`](https://github.com/leolabs/ableton.js/commit/83427acafffb276fda2573555332372be608c4bf) | ||
#### [v2.7.1](https://github.com/leolabs/ableton.js/compare/v2.7.0...v2.7.1) | ||
> 10 November 2022 | ||
- :sparkles: Add the ability to listen to changes in clip notes [`a1c5112`](https://github.com/leolabs/ableton.js/commit/a1c5112542261493b6c55289c203e7250c7b7d15) | ||
@@ -11,0 +17,0 @@ |
@@ -270,3 +270,3 @@ "use strict"; | ||
rej(new TimeoutError([ | ||
"The command " + cls + "." + name + "(" + arg + ") timed out after " + timeout + " ms.", | ||
"The command " + cls + "." + command.name + "(" + arg + ") timed out after " + timeout + " ms.", | ||
"Please make sure that Ableton is running and that you have the latest", | ||
@@ -273,0 +273,0 @@ "version of AbletonJS' midi script installed and renamed to \"AbletonJS\", listening on port", |
{ | ||
"name": "ableton-js", | ||
"version": "2.7.1", | ||
"version": "2.7.2", | ||
"description": "Control Ableton Live from Node", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
204468