Skip to content

Releases: leolabs/ableton-js

v2.1.0

30 May 10:59
Compare
Choose a tag to compare

This release fixes issues related to note editing of clips.

v2.0.0

30 May 10:58
Compare
Choose a tag to compare

🚨 This is a breaking release

This release changes the way that commands are sent from AbletonJS to Ableton. Instead of sending them as raw JSON payloads, the payloads are now gzipped and chunked into packages of 7.5 KB. This fixes an issue where large payloads could not be sent, which occured for example when you would call the setData command to save a large object to Ableton.

v1.13.1

24 Dec 12:31
Compare
Choose a tag to compare
  • 🐛 Fix setData sending values in the wrong format
  • 🐛 Allow logging of incoming UTF8 data

v1.13.0

24 Dec 12:33
Compare
Choose a tag to compare
  • 🐛 Fix UTF-8 strings causing errors while compressing the string (7a948f5)
  • 🔊 Make sure that the logged data matches what was actually sent (ec5124a)
  • 🐛 Ensure ASCII in log output (36c7743)
  • ✨ Make the event keys more readable (08afe5a)