AbletonOSC
AbletonOSC copied to clipboard
Example of using threads instead of tick in Ableton
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.
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.