Releases: leolabs/ableton-js
Releases Β· leolabs/ableton-js
v3.5.0
- π Fix larger messages not being received properly in Live 233296e
- π Fix large messages sent by the Python script not being received and processed properly by Node fd33ce3
- π¨ Add a
format
command and document it in the readme b383e44 - π Fix typing for
mute
value 30f62ee - β¨ Add session highlighting with red ring (#123) 7518ceb
- π Update README to have correct start scripts (#124) 3feeddf
v3.4.6
v3.4.5
v3.4.4
v3.4.3
v3.4.2
v3.4.1
v3.4.0
v3.3.5
v3.3.4
- β¨ Add support for the Track View class 3ff5980
- This removes the
set('insert_mode')
function onsong
that doesn't actually exist in Live's API. Instead, get the track you'd like to change the insert mode on and calltrack.view.set('device_insert_mode')
- This removes the
- π¨ Fix formatting f06d3d0
- β¨ Add a
safeStopPlaying
function that only stops playback when Live is currently playing to prevent accidental jumps to the beginning of the timeline a7b84e2 - π Fix error when logging the client port 4df4205
- π Fix deprecation warning when logging warning messages 165c734
- β¨ Add a
Live
folder to keep the Python linter happy 5a62d98