ableton-js

Control Ableton Live with Node.js

MIT License

Downloads
290
Stars
350
Committers
6
ableton-js -

Published by leolabs almost 2 years ago

  • ✨ Add a fire() function to scenes 96e603d

https://github.com/leolabs/ableton-js/compare/v2.7.3...v2.7.4

ableton-js -

Published by leolabs almost 2 years ago

  • ✨ Support passing a clip object to duplicateClipToArrangement ab9656a
  • 🐛 Fix create_*_track functions not working properly 937edca
  • ✨ Add functionality for getting warp markers (#61) 988cf63

https://github.com/leolabs/ableton-js/compare/v2.7.2...v2.7.3

ableton-js -

Published by leolabs almost 2 years ago

  • 🐛 Fix runtime error caused by accessing a missing variable 83427ac

https://github.com/leolabs/ableton-js/compare/v2.7.1...v2.7.2

ableton-js -

Published by leolabs almost 2 years ago

  • ✨ Add the ability to listen to changes in clip notes a1c5112

https://github.com/leolabs/ableton-js/compare/v2.7.0...v2.7.1

ableton-js -

Published by leolabs almost 2 years ago

  • 📝 Add some docs for caching 778da44
  • ✨ Add automatic client-side caching of potentially large props 68c3edd
  • 🎨 Clean up the code a bit c183cda

https://github.com/leolabs/ableton-js/compare/v2.6.0...v2.7.0

ableton-js -

Published by leolabs almost 2 years ago

  • ✨ Make IDs stable over the lifespan of Live 0bfcf90
  • ✨ Add create_track methods a7dd6bc

https://github.com/leolabs/ableton-js/compare/v2.5.4...v2.6.0

ableton-js -

Published by leolabs about 2 years ago

  • ✨ Send the UUID back with the error if a requested namespace handler doesn't exist 8a96a99
  • ✨ Restart the socket when a message can't be sent due to a socket error 91294c3
  • 📝 Add an example for setting a value f334983

https://github.com/leolabs/ableton-js/compare/v2.5.3...v2.5.4

ableton-js -

Published by leolabs about 2 years ago

  • 📝 Fix some typos in the readme 10c8566
  • ✨ Add support for observing the muted prop of clips ecb604a

https://github.com/leolabs/ableton-js/compare/v2.5.2...v2.5.3

ableton-js -

Published by leolabs about 2 years ago

  • 🔇 Don't emit errors when received events can't be assigned to any listener da32ca5

https://github.com/leolabs/ableton-js/compare/v2.5.1...v2.5.2

ableton-js -

Published by leolabs about 2 years ago

  • 🐛 Fix AutomationState and ParameterState being incorrect 431d377
  • Remove unused devDependencies 6491216

https://github.com/leolabs/ableton-js/compare/v2.5.0...v2.5.1

ableton-js -

Published by leolabs over 2 years ago

  • adds support for getting the group_track property from a Track object (#46) cb9b146
  • Forward requested midi cc and note messages (#48) 358951d
  • add Track's duplicate_clip_to_arrangement method (#49) b7b4ac5
  • Create LICENSE 3f42141

https://github.com/leolabs/ableton-js/compare/v2.4.0...v2.5.0

ableton-js -

Published by leolabs over 2 years ago

  • ✨ Run the heartbeat check once after initializing the class 8db0bd6
  • 🔧 Use ports 39031 and 39041 to avoid collisions with other applications e3bd84c
  • Don't allow other programs to bind to the ports used by ableton-js

https://github.com/leolabs/ableton-js/compare/v2.3.4...v2.4.0

ableton-js -

Published by leolabs over 2 years ago

  • ✨ Return the start and end time of clips in the raw clip 1862efe

https://github.com/leolabs/ableton-js/compare/v2.3.3...v2.3.4

ableton-js -

Published by leolabs over 2 years ago

  • ✨ Add set_or_delete_cue, undo, and redo commands 41d5ef7

https://github.com/leolabs/ableton-js/compare/v2.3.2...v2.3.3

ableton-js -

Published by leolabs over 2 years ago

  • ✨ Add a function to clear all event listeners 809fe4e

https://github.com/leolabs/ableton-js/compare/v2.3.1...v2.3.2

ableton-js -

Published by leolabs over 2 years ago

  • 🐛 Fix invalid import of the Timer object in Live 10 e003530

https://github.com/leolabs/ableton-js/compare/v2.3.0...v2.3.1

ableton-js - v2.3.0

Published by leolabs over 2 years ago

ableton-js -

Published by leolabs over 2 years ago

  • Merge branch 'master' into feat/lower-latency-with-timer efcfef2
  • ✅ Make the data size stress test harder 502ef2f
  • ✅ Add tests for the application namespace 9954cdf
  • ✨ Implement basic Application interface to fetch live version and dialog information 5aba86f
  • ⚡ Improve latency by using a Timer in Live 71ceef5
  • 🔧 Remove grep for AbletonJS 55352fc
  • ✨ Add support for listing clips in arrangement view e7df690

https://github.com/leolabs/ableton-js/compare/v2.2.0...v2.2.1-0

ableton-js -

Published by leolabs over 2 years ago

  • 📝 Fix details in readme (#36) 9f92c9e
  • 🐛 Fix errors on quick disconnect/connect (#42) 02a6108
  • 🐛 Fix connected status on load of Ableton class (#40) 5226944
  • 🔧 Add GitHub repo to NPM page (#39) 848a0ee

https://github.com/leolabs/ableton-js/compare/v2.1.8...v2.2.0

ableton-js -

Published by leolabs over 3 years ago

This release fixes issues related to note editing of clips.