ableton-js

Control Ableton Live with Node.js

MIT License

Downloads
290
Stars
350
Committers
6
ableton-js - v2.0.0

Published by leolabs over 3 years ago

🚨 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.

ableton-js -

Published by leolabs almost 4 years ago

  • 🐛 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)
ableton-js -

Published by leolabs almost 4 years ago

  • 🐛 Fix setData sending values in the wrong format
  • 🐛 Allow logging of incoming UTF8 data