Daniel Jones

Results 125 comments of Daniel Jones

This is quite a major task as it would require adding support for the `Live.Browser` class (search for it in [API docs](https://structure-void.com/PythonLiveAPI_documentation/Live11.0.xml)), which means a new class and set of...

Hi @Daretreble, thanks for the report. I've not seen this before, but have just hold of Live 12 so will be able to try to reproduce this (and will more...

Hi everyone, Apologies for the slow reply on this, I’ve been a bit swamped over the past month with other deadlines, including presenting AbletonOSC at a conference (https://www.nime2023.org). I really...

Each response includes its address and the identifier of the entity that it corresponds to (e.g. track and clip index), which make it possible to line up responses with their...

I see now, thanks for the additional detail @ClosetGeek-Git — I can see how this would constrain high-contention scenarios with multiple different UI elements/processes accessing the same object. I've just...

Hi @n1k0la1E, this isn't presently possible; currently, the AbletonOSC API is mostly focused towards interacting with clips in the Session view, but there are certainly internal Live APIs that would...

Nice @MartinSahlen, keep us posted! Auto-reloads are handled in manager.py `reload_imports`, and each module you want to reload needs to be specified manually. If you do look to submit a...

I just checked this and @CoryWBoris is spot on - from the [Live API docs](https://structure-void.com/PythonLiveAPI_documentation/Live11.0.xml) on `exclusive_solo`: ``` If you want exclusive solo, you have to disable the solo state...

Yep, looks like this would be a Song property, `appointed_device` (from [docs](appointed_device)). Would need a bit of additional logic to allow the API user to specify the object path of...

Hello! Not implemented yet, but this seems like a rational feature to have, and there's no reason why not to implement. Wouldn't require any specific LOM support, as the pagination...