AbletonOSC icon indicating copy to clipboard operation
AbletonOSC copied to clipboard

Example of using threads instead of tick in Ableton

Open markmarijnissen opened this issue 7 months ago • 1 comments

I recently discovered https://github.com/ahujasid/ableton-mcp/blob/main/AbletonMCP_Remote_Script/init.py which starts a server using threads instead of ticks.

I haven't tried or explored this code yet, but it might be worth looking in to, as it would improve performance to move the OSC Server to a seperate thread.

markmarijnissen avatar Jul 13 '25 06:07 markmarijnissen

Wow! This could be a gamechanger in terms of latency. I trialled threads many years ago, but back then (possibly Live 9?) they were not supported. Perhaps this has changed since then, in which case this is huge news.

I'll test this out next chance I get and report back. Thanks so much for sharing.

ideoforms avatar Jul 14 '25 08:07 ideoforms