All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Generated by auto-changelog
.
- Get
song.view.get('detail_clip')
working#118
3 May 2024
- π Fix some pending requests never resolving when Live disconnects, immediately reject pending requests when Live sends a realtime disconnect event
4c1a3fe
1 May 2024
- β¨ Add the
tempo_follower_enabled
property8cf68c8
16 March 2024
- π Improve error logging
5c35106
- π Fix issues with converting iterables to arrays in Live 10
2af2f25
6 February 2024
- π Fix buffer size limit being too high on Windows
0c6bc7d
- π Mark
is_active
device property as read-only316f510
11 November 2023
- β¨ Add a
safeStartPlaying
method that only callsstart_playing
when Live is currently stopped46e1354
- π Fix master track erroring because it doesn't have solo/mute properties
3b58e72
- π Don't log results of getting track view properties
3b4a5bd
11 November 2023
- π Fix setting quantizations not working correctly
cd7a6e5
- β¨ Return mute and solo properties for each track
5585533
6 November 2023
- β¨ Properly create and return scenes and tracks
dc550f1
- π Fix
createScene
not working when no index is providede6bf99b
26 October 2023
- β¨ Add support for the Track View class
3ff5980
- β¨ Add a
safeStopPlaying
function that only stops playback when Live is currently playing to prevent accidental jumps to the beginning of the timelinea7b84e2
- π¨ Fix formatting
f06d3d0
10 September 2023
- π Fix every message being logged twice
3a2571f
- ποΈ Deprecate
removeNotes
and addremoveNotesExtended
as a replacementac02271
- π Address a hang in newer versions of Live when the UDP port is already being used
5caeaeb
27 July 2023
- π¦ Add lodash as a dependency, fixes #104
#104
26 July 2023
- π§ Enable fast polling by default
f2f5058
22 July 2023
- Browsing and loading functionalities
bc48c7c
- π¨ Improve formatting
6e2e22b
- β¨ Turn the browser into a singleton
6d0152b
15 July 2023
- π Warn when the UDP tick is lagging or when processing UDP takes too long to finish
c419afc
- β¨ Use larger buffer sizes if possible for sending responses from Live
ae480cb
- π Update docs to reflect that chunks now have a dynamic size
83afbb6
15 July 2023
- β¨ Remove the socket after closing it to avoid dangling event listeners trying to send messages after the plugin has been shut down
54278f2
14 July 2023
- β¨ Only send the client port to Live once
29e9443
- β¨ Send the current client port to Live every time the server port changes
eb42ce3
14 July 2023
- π§ Make fast polling optional, in an attempt to fix flaky behavior in Live 11.3
17f1634
6 July 2023
- β
Switch from Jest to Vitest for faster testing
d2af8b7
- π Don't log the result of setting the client port
2206ab7
- β¨ When client is already starting or started, return a promise that waits for a connection
97c2e1a
5 July 2023
- π Fix Live 11.3.3 hanging in some scenarios
f3933b1
- π Make logging less noisy when the heartbeat to Live fails
2f46968
- π Truncate arguments in the error message when a command times out
8bd0a9c
27 June 2023
- π·οΈ Add missing types for color_index props
23e0edb
27 June 2023
- β¨ Add
color_index
to the raw props of clips and tracksfc6f38d
25 June 2023
- π Fix stray heartbeats emitting a disconnect event
6157a95
23 June 2023
- β¨ Add a fallback
schedule_message
in case the Timer doesn't work as expectedb5fdbe1
12 June 2023
- β¨ Add the ability to warn when a command takes longer than expected
24b046a
12 June 2023
- π¦ Upgrade TypeScript and related deps
f1c3479
- β¨ Allow changing the timeout for commands
d216432
- π Document class options
b6c8b7c
8 June 2023
- π Fix issue that could block the main thread in Live sometimes when no client port file exists
8990a5d
- π Update the link to unofficial API docs
7a32f90
- π Fix copying the scripts not working if the Remote Scripts folder doesn't exist yet
71ecf44
10 May 2023
- π₯ Remove the postinstall hook
d55efec
- π Fix type annotations which are unsupported in Live 10
b396684
27 April 2023
- π Don't clutter the logs by default
333ff7b
- β¨ Add the
appointed_device
propertyae47bd2
- π§ Copy the MIDI script into the User Library instead of into the app
c4050d6
6 April 2023
- π Fix an issue with Live 10 where umlauts in a cached response would throw an error
f4f6a20
16 March 2023
- β‘ Try binding to the last used port first to speed up the connection to Live
b86bc5d
- π Add logging to the example code
7b5dfbf
- π Don't emit an error when a received message can't be assigned to any request
3186bdb
27 February 2023
- π Log the version of AbletonJS when it's loaded
fae9799
- π§ Bind server to 127.0.0.1 only
bb73239
26 February 2023
- π Fix opening a project file from within Finder closing all socket and file handles
6cf2440
- π Log data that couldn't be sent
e39c6c6
- π Improve logging for event handlers
a1fa33b
26 February 2023
- β¨ Keep a handle to the client port file open for faster read performance
2a0295d
- β¨ Try re-using the previous port for a quicker reconnect
5c77760
- π Fix double disconnect/connect event
2f960be
25 February 2023
- π Log connect and disconnect events
e69f610
- π Don't count a failed ping as a successful connection event
217e91e
25 February 2023
- π¨ Extract connect and disconnect handlers into separate functions
955a6cb
- β¨ Add a
waitForConnection
function that returns a Promise that resolves when Live is connected3323d3d
- β¨ Try a ping request in addition to waiting for the connection event
c019e68
25 February 2023
- π Add breaking change reminder to the changelog
3158328
- β¨ Don't allow starting the server multiple times
83a42b1
25 February 2023
- β¨ Don't rely on fixed ports, make server and client bind to a random free one
54f7737
- β¨ Add a timeout param to the start method
600e752
- π Add a logger interface for the library to log information
e31e9cc
21 February 2023
- β¨ Add support for available_(input/output)routing(channels/types)
0c09881
- Use enum-style values for NavDirection
713f864
19 January 2023
- Fix outdated ID types
#81
- β¨ Add support for the application view
50adde2
- π¨ Automatically convert iterable fields to lists
56b2191
12 January 2023
- β¨ Add support for the
mixer_device
property#80
- π duplicateClipToArrangement raw id should be a string instead of a number
#75
- π duplicateClipToArrangement raw id should be a string instead of a number (#75)
#74
- β¨ Expose all MixerDevice parameters as DeviceParameter objects
ac70a1e
- π¨ Fix typo in DeviceParameter serialization function
eac46ec
- π·οΈ Require all transformed properties to exist on the transformers object
13156c3
26 December 2022
- β¨ Add a fire() function to scenes
96e603d
17 December 2022
- Add functionality for getting warp markers
#61
- β¨ Support passing a clip object to duplicateClipToArrangement
ab9656a
- π Fix
create_*_track
functions not working properly937edca
10 November 2022
- π Fix runtime error caused by accessing a missing variable
83427ac
10 November 2022
- β¨ Add the ability to listen to changes in clip notes
a1c5112
2 November 2022
- β¨ Add automatic client-side caching of potentially large props
68c3edd
- π¨ Clean up the code a bit
c183cda
- π Add some docs for caching
778da44
1 November 2022
19 October 2022
- β¨ Restart the socket when a message can't be sent due to a socket error
91294c3
- β¨ Send the UUID back with the error if a requested namespace handler doesn't exist
8a96a99
- π Add an example for setting a value
f334983
30 August 2022
- π Fix some typos in the readme
10c8566
- β¨ Add support for observing the
muted
prop of clipsecb604a
26 August 2022
- π Don't emit errors when received events can't be assigned to any listener
da32ca5
7 August 2022
- Remove unused devDependencies
6491216
- π Fix AutomationState and ParameterState being incorrect
431d377
8 July 2022
- adds support for getting the group_track property from a Track object
#46
- Forward requested midi cc and note messages
#48
- add Track's
duplicate_clip_to_arrangement
method#49
- Create LICENSE
3f42141
21 May 2022
- π§ Use ports 39031 and 39041 to avoid collisions with other applications
e3bd84c
- β¨ Run the heartbeat check once after initializing the class
8db0bd6
1 May 2022
- β¨ Return the start and end time of clips in the raw clip
1862efe
30 April 2022
- β¨ Add set_or_delete_cue, undo, and redo commands
41d5ef7
30 March 2022
- β¨ Add a function to clear all event listeners
809fe4e
27 March 2022
- π Fix invalid import of the Timer object in Live 10
e003530
27 March 2022
- β¨ Add the clip's name as an observable property
78c9969
26 March 2022
- β¨ Implement basic Application interface to fetch live version and dialog information
5aba86f
- β
Add tests for the application namespace
9954cdf
- β¨ Add support for listing clips in arrangement view
e7df690
18 March 2022
- π Fix details in readme
#36
- π Fix errors on quick disconnect/connect
#42
- π Fix connected status on load of Ableton class
#40
- π§ Add GitHub repo to NPM page
#39
18 February 2022
- β¨ Add observable props for quantization
ffd192d
3 February 2022
- π·οΈ Improve types for Ableton's song namespace
05d24fa
30 January 2022
- β¨ Return the is_grouped state of tracks as well
15d8bca
30 January 2022
16 November 2021
- β¨ Improve gettable and settable clip properties
#34
19 September 2021
- β¨ Emit an error instead of throwing it when an incoming message could not be handled
516954a
19 September 2021
- π Remove verbose logging from the Python plugin
e24bdad
30 May 2021
- π Fix values being stringified unnecessarily
0ab9879
29 May 2021
- π Fix notes-related operations
#26
- π¬ Add comment about playing_status events
#25
- π¨ Extract conversion of objects to a JSON-friendly format to its own method
84c414e
- π₯ Remove unused imports
318be6c
- π± Update link to AbleSet banner
cf036d8
29 May 2021
- π¦ Upgrade dependencies
ac5ae67
29 May 2021
- β¨ Compress and chunk data sent to Ableton
b8b40e0
- β¨ Implement a test wrapper that creates and closes an Ableton instance
43af48f
- β¨ Add an error event and document events
2688b68
30 March 2021
- π Fix setting the selected scene, track, and clip slot
#23
- π Fix wrong function call in removeNotes β thanks @ceeram!
d3a80a5
14 March 2021
14 March 2021
13 March 2021
- π Fix sent JSON only containing strings
d79d54b
12 March 2021
- β¨ Add support for Ableton Live 11
a928780
6 February 2021
- π·οΈ Fix type issues in the track object
#21
24 December 2020
24 December 2020
- β¨ Make the event keys more readable
08afe5a
- π Ensure ascii in log output
36c7743
- π Make sure that the logged fata matches what was actually sent
ec5124a
12 October 2020
- β¨ Support Clip control
34724eb
- β¨ Add more commands and docs to ClipSlots
7673b2b
- β¨ Add a better representation of color
4ac2a37
11 October 2020
- β¨ Allow passing an array of arguments instead of a map to native functions
5180d8d
- π Add more JS docs
644dc26
7 October 2020
- π Fix get_ and set_ prefix loop in getattr
#17
- π Fix error and too much logging in getattr
#16
- β¨ Implement generic sender for Python
#14
- β¨ Support all commands using fallback to native Ableton functions
5c39465
2 June 2020
- β¨ Implement the ability to get the current time in smpte format
e23c9cc
- βοΈ Add AbleSet link to the readme
95dc859
- βοΈ Add AbleSet section to readme
5d40bf2
29 May 2020
- π§ Update ports again because NTKDaemon uses them
e581ada
19 April 2020
- π§ Update ports because they're clashing with NI's NTKDaemon again
5e69043
12 March 2020
10 March 2020
- π§ Add jsdoc to generate docs during build
bdb5ad4
- π Automatically generate a changelog on publish
141354a
- π time and name properties of cues are read-only, remove them from settableProperties
87493de
10 March 2020
- β¨ Add support for set-/getData and begin-/endUndoStep
6471946
- π§ Change the default ports (again π
) because Max for Live was using port 9005 already
bb6c9f3
- β¨ Add "message" event that lets users listen to decoded incoming messages
5475ec4
10 March 2020
- π Don't throw an error when the version check fails
6f9b726
- β¨ Add rough latency measurement functionality
814cb05
- π Add docs to the new getPing method
7a70f63
5 March 2020
- π§ Improve the list of included files for NPM
fa20b1b
5 March 2020
- π§ Improve selection of files included in the NPM package
b237e3e
5 March 2020
- π Extract packageVersion script into separate file
0861560
- π Document gzip and chunking for responses
227e193
- π§ Include midi script in the NPM package for easier installation
ae18a67
5 March 2020
- π¬ Add better explanations to TimeoutErrors
f5690f3
5 March 2020
- β¨ Add scenes, clip slots
#7
- β‘ Use gzip and chunking to allow a much higher message length
#8
- π Fix missing ClipSlot conversion in Song.View
308ab48
- β¨ Make view available only as a fixed property of song
af51c31
- π Make post-install warning message yellow
f7e6403
4 March 2020
- β¨ Improve timeout errors by including which command actually timed out
011473d
4 March 2020
- π§ Auto-commit change to Internal.py on version bump
590c1a3
4 March 2020
- π Fix wrong build output structure cause by importing a file outside of the src directory
540f328
- β¨ Automatically sync the Python script version with the Package version
1254f03
- π§ Change the default ports to avoid clashes with Native Instruments software
77ae3ec
3 March 2020
- β¨ Allow JS to check whether the Python plugin is up to date
dddb9fe
- β‘ De-duplicate multiple event listeners on the same prop
3763c94
- π Add findings section to the README file
9b8cde6
2 March 2020
- β
Improve tests
e8bbd1b
- π§ Run Jest tests sequentially
74c09eb
- β¨ Allow multiple processes to communicate with the Python script at the same time
75ce56e
8 December 2019
- π Switch to uuid v4
dca7886
27 November 2019
- π·οΈ Fix types for removeListener function
4d0d1a8
27 November 2019
27 November 2019
- β¨ Add a method to check the current connection state
b3950dd
27 November 2019
- β¨ Send regular heartbeats to check if Ableton is still connected
34fff71
- π Handle serialized objects potentially being None
c92ed1d
- π Change syntax highlighting mode to JS to avoid weird styling
391b6f1
31 May 2019
- π Improve docs
9d6e303
- π¨ Require message handler to be set
49956da
- π Add information about available yarn scripts
b0f5943
30 May 2019
30 May 2019
- β¨ Implement Song methods in JS
da661ad
- π·οΈ Change nsid type from string to number
7fa34f2
- π·οΈ Fix typing of is_counting_in and is_playing
333a1d6
30 May 2019
- π₯ Remove unnecessary jumpToCue method
6ceef9c
29 May 2019
29 May 2019
29 May 2019
29 May 2019
29 May 2019
29 May 2019
- β¨ Add listeners for connect and disconnect
00f42f6
- β¨ Add connect and disconnect messages
a27c632
29 May 2019