ideoforms / AbletonOSC

Control Ableton Live 11 via Open Sound Control (OSC)
MIT License
429 stars 70 forks source link

script not loading - syntax error #63

Closed CrossmodGlennVS closed 1 year ago

CrossmodGlennVS commented 1 year ago

I get a syntax error on : local_addr: Tuple[str, int] = ('0.0.0.0', OSC_LISTEN_PORT)

I'm running Live 9, is that the problem?

ideoforms commented 1 year ago

Yes, AbletonOSC only supports Live 11. Earlier versions of Live use Python 2 for their Remote Scripts, which has a different syntax. You might want to look at LiveOSC, although this is no longer maintained (and has a different set of OSC endpoints, supported features, etc).